AST_PAR   AST_PAR 
skipping to change at line 578 skipping to change at line 578
LOGICAL AST_MAPGETELEMB LOGICAL AST_MAPGETELEMB
LOGICAL AST_MAPGETELEMD LOGICAL AST_MAPGETELEMD
LOGICAL AST_MAPGETELEMR LOGICAL AST_MAPGETELEMR
LOGICAL AST_MAPGETELEMC LOGICAL AST_MAPGETELEMC
LOGICAL AST_MAPGETELEMA LOGICAL AST_MAPGETELEMA
INTEGER AST_MAPSIZE INTEGER AST_MAPSIZE
INTEGER AST_MAPLENGTH INTEGER AST_MAPLENGTH
INTEGER AST_MAPLENC INTEGER AST_MAPLENC
INTEGER AST_MAPTYPE INTEGER AST_MAPTYPE
LOGICAL AST_MAPHASKEY LOGICAL AST_MAPHASKEY
LOGICAL AST_MAPDEFINED
CHARACTER * ( AST__SZCHR ) AST_MAPKEY CHARACTER * ( AST__SZCHR ) AST_MAPKEY
INTEGER AST__BADTYPE INTEGER AST__BADTYPE
PARAMETER ( AST__BADTYPE = 0) PARAMETER ( AST__BADTYPE = 0)
INTEGER AST__INTTYPE INTEGER AST__INTTYPE
PARAMETER ( AST__INTTYPE = 1) PARAMETER ( AST__INTTYPE = 1)
INTEGER AST__DOUBLETYPE INTEGER AST__DOUBLETYPE
PARAMETER ( AST__DOUBLETYPE = 2) PARAMETER ( AST__DOUBLETYPE = 2)
 End of changes. 1 change blocks. 
0 lines changed or deleted 1 lines changed or added


 ast.h   ast.h 
skipping to change at line 48 skipping to change at line 48
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street,Fifth Floor, Boston, MA * Foundation, Inc., 51 Franklin Street,Fifth Floor, Boston, MA
* 02110-1301, USA * 02110-1301, USA
* Authors: * Authors:
* DSB: D.S. Berry (STARLINK) * DSB: D.S. Berry (STARLINK)
* RFWS: R.F. Warren-Smith (STARLINK) * RFWS: R.F. Warren-Smith (STARLINK)
* {enter_new_authors_here} * {enter_new_authors_here}
* History: * History:
* 8-DEC-2012 (makeh): * 16-APR-2013 (makeh):
* Original version, generated automatically from the internal header * Original version, generated automatically from the internal header
* files by the "makeh" script. * files by the "makeh" script.
* {enter_changes_here} * {enter_changes_here}
*- *-
*/ */
/* Define a dummy __attribute__ macro for use on non-GNU compilers. */ /* Define a dummy __attribute__ macro for use on non-GNU compilers. */
#ifndef __GNUC__ #ifndef __GNUC__
# define __attribute__(x) /*NOTHING*/ # define __attribute__(x) /*NOTHING*/
#endif #endif
skipping to change at line 533 skipping to change at line 533
/* error. */ /* error. */
/* ====== */ /* ====== */
/* globals. */ /* globals. */
/* ======== */ /* ======== */
#define astDECLARE_GLOBALS #define astDECLARE_GLOBALS
#define astGET_GLOBALS(This) #define astGET_GLOBALS(This)
#define astINIT_GLOBALS #define astINIT_GLOBALS
/* unit. */ /* unit. */
/* ===== */ /* ===== */
#define AST__VMAJOR 7 #define AST__VMAJOR 7
#define AST__VMINOR 1 #define AST__VMINOR 2
#define AST__RELEASE 1 #define AST__RELEASE 0
#define AST_MAJOR_VERS 7 #define AST_MAJOR_VERS 7
#define AST_MINOR_VERS 1 #define AST_MINOR_VERS 2
#define AST_RELEASE 1 #define AST_RELEASE 0
#include <stdarg.h> #include <stdarg.h>
#include <float.h> #include <float.h>
#include <stdio.h> #include <stdio.h>
#define STATUS_PTR astGetStatusPtr #define STATUS_PTR astGetStatusPtr
#define AST__THREADSAFE 1 #define AST__THREADSAFE 1
#define astINVOKE(rettype,function) astERROR_INVOKE(astRet##rettype##_(func tion)) #define astINVOKE(rettype,function) astERROR_INVOKE(astRet##rettype##_(func tion))
#define astRetF_(x) (x) #define astRetF_(x) (x)
#define astRetV_(x) (x) #define astRetV_(x) (x)
skipping to change at line 1312 skipping to change at line 1312
int astMapGet1P_( AstKeyMap *, const char *, int, int *, void **, int * ); int astMapGet1P_( AstKeyMap *, const char *, int, int *, void **, int * );
int astMapGet1S_( AstKeyMap *, const char *, int, int *, short int *, int * ); int astMapGet1S_( AstKeyMap *, const char *, int, int *, short int *, int * );
int astMapGetElemB_( AstKeyMap *, const char *, int, unsigned char *, int * ); int astMapGetElemB_( AstKeyMap *, const char *, int, unsigned char *, int * );
int astMapGetElemC_( AstKeyMap *, const char *, int, int, char *, int * ); int astMapGetElemC_( AstKeyMap *, const char *, int, int, char *, int * );
int astMapGetElemD_( AstKeyMap *, const char *, int, double *, int * ); int astMapGetElemD_( AstKeyMap *, const char *, int, double *, int * );
int astMapGetElemF_( AstKeyMap *, const char *, int, float *, int * ); int astMapGetElemF_( AstKeyMap *, const char *, int, float *, int * );
int astMapGetElemI_( AstKeyMap *, const char *, int, int *, int * ); int astMapGetElemI_( AstKeyMap *, const char *, int, int *, int * );
int astMapGetElemP_( AstKeyMap *, const char *, int, void **, int * ); int astMapGetElemP_( AstKeyMap *, const char *, int, void **, int * );
int astMapGetElemS_( AstKeyMap *, const char *, int, short int *, int * ); int astMapGetElemS_( AstKeyMap *, const char *, int, short int *, int * );
int astMapHasKey_( AstKeyMap *, const char *, int * ); int astMapHasKey_( AstKeyMap *, const char *, int * );
int astMapDefined_( AstKeyMap *, const char *, int * );
int astMapLenC_( AstKeyMap *, const char *, int * ); int astMapLenC_( AstKeyMap *, const char *, int * );
int astMapLength_( AstKeyMap *, const char *, int * ); int astMapLength_( AstKeyMap *, const char *, int * );
int astMapSize_( AstKeyMap *, int * ); int astMapSize_( AstKeyMap *, int * );
int astMapType_( AstKeyMap *, const char *, int * ); int astMapType_( AstKeyMap *, const char *, int * );
void astMapCopy_( AstKeyMap *, AstKeyMap *, int * ); void astMapCopy_( AstKeyMap *, AstKeyMap *, int * );
void astMapPut0A_( AstKeyMap *, const char *, AstObject *, const char *, in t * ); void astMapPut0A_( AstKeyMap *, const char *, AstObject *, const char *, in t * );
void astMapPut0B_( AstKeyMap *, const char *, unsigned char, const char *, int * ); void astMapPut0B_( AstKeyMap *, const char *, unsigned char, const char *, int * );
void astMapPut0C_( AstKeyMap *, const char *, const char *, const char *, i nt * ); void astMapPut0C_( AstKeyMap *, const char *, const char *, const char *, i nt * );
void astMapPut0D_( AstKeyMap *, const char *, double, const char *, int * ) ; void astMapPut0D_( AstKeyMap *, const char *, double, const char *, int * ) ;
void astMapPut0F_( AstKeyMap *, const char *, float, const char *, int * ); void astMapPut0F_( AstKeyMap *, const char *, float, const char *, int * );
skipping to change at line 1398 skipping to change at line 1399
#define astMapPutElemF(this,key,elem,value) astINVOKE(V,astMapPutElemF_(ast CheckKeyMap(this),key,elem,value,STATUS_PTR)) #define astMapPutElemF(this,key,elem,value) astINVOKE(V,astMapPutElemF_(ast CheckKeyMap(this),key,elem,value,STATUS_PTR))
#define astMapPutElemC(this,key,elem,value) astINVOKE(V,astMapPutElemC_(ast CheckKeyMap(this),key,elem,value,STATUS_PTR)) #define astMapPutElemC(this,key,elem,value) astINVOKE(V,astMapPutElemC_(ast CheckKeyMap(this),key,elem,value,STATUS_PTR))
#define astMapPutElemP(this,key,elem,value) astINVOKE(V,astMapPutElemP_(ast CheckKeyMap(this),key,elem,value,STATUS_PTR)) #define astMapPutElemP(this,key,elem,value) astINVOKE(V,astMapPutElemP_(ast CheckKeyMap(this),key,elem,value,STATUS_PTR))
#define astMapRemove(this,key) astINVOKE(V,astMapRemove_(astCheckKeyMap(thi s),key,STATUS_PTR)) #define astMapRemove(this,key) astINVOKE(V,astMapRemove_(astCheckKeyMap(thi s),key,STATUS_PTR))
#define astMapRename(this,oldkey,newkey) astINVOKE(V,astMapRename_(astCheck KeyMap(this),oldkey,newkey,STATUS_PTR)) #define astMapRename(this,oldkey,newkey) astINVOKE(V,astMapRename_(astCheck KeyMap(this),oldkey,newkey,STATUS_PTR))
#define astMapCopy(this,that) astINVOKE(V,astMapCopy_(astCheckKeyMap(this), astCheckKeyMap(that),STATUS_PTR)) #define astMapCopy(this,that) astINVOKE(V,astMapCopy_(astCheckKeyMap(this), astCheckKeyMap(that),STATUS_PTR))
#define astMapSize(this) astINVOKE(V,astMapSize_(astCheckKeyMap(this),STATU S_PTR)) #define astMapSize(this) astINVOKE(V,astMapSize_(astCheckKeyMap(this),STATU S_PTR))
#define astMapLength(this,key) astINVOKE(V,astMapLength_(astCheckKeyMap(thi s),key,STATUS_PTR)) #define astMapLength(this,key) astINVOKE(V,astMapLength_(astCheckKeyMap(thi s),key,STATUS_PTR))
#define astMapLenC(this,key) astINVOKE(V,astMapLenC_(astCheckKeyMap(this),k ey,STATUS_PTR)) #define astMapLenC(this,key) astINVOKE(V,astMapLenC_(astCheckKeyMap(this),k ey,STATUS_PTR))
#define astMapHasKey(this,key) astINVOKE(V,astMapHasKey_(astCheckKeyMap(thi s),key,STATUS_PTR)) #define astMapHasKey(this,key) astINVOKE(V,astMapHasKey_(astCheckKeyMap(thi s),key,STATUS_PTR))
#define astMapDefined(this,key) astINVOKE(V,astMapDefined_(astCheckKeyMap(t his),key,STATUS_PTR))
#define astMapKey(this,index) astINVOKE(V,astMapKey_(astCheckKeyMap(this),i ndex,STATUS_PTR)) #define astMapKey(this,index) astINVOKE(V,astMapKey_(astCheckKeyMap(this),i ndex,STATUS_PTR))
#define astMapType(this,key) astINVOKE(V,astMapType_(astCheckKeyMap(this),k ey,STATUS_PTR)) #define astMapType(this,key) astINVOKE(V,astMapType_(astCheckKeyMap(this),k ey,STATUS_PTR))
#define astMapGet0P(this,key,value) astINVOKE(V,astMapGet0P_(astCheckKeyMap (this),key,value,STATUS_PTR)) #define astMapGet0P(this,key,value) astINVOKE(V,astMapGet0P_(astCheckKeyMap (this),key,value,STATUS_PTR))
#define astMapGet1P(this,key,mxval,nval,value) astINVOKE(V,astMapGet1P_(ast CheckKeyMap(this),key,mxval,nval,value,STATUS_PTR)) #define astMapGet1P(this,key,mxval,nval,value) astINVOKE(V,astMapGet1P_(ast CheckKeyMap(this),key,mxval,nval,value,STATUS_PTR))
#define astMapPut1P(this,key,size,value,comment) astINVOKE(V,astMapPut1P_(a stCheckKeyMap(this),key,size,value,comment,STATUS_PTR)) #define astMapPut1P(this,key,size,value,comment) astINVOKE(V,astMapPut1P_(a stCheckKeyMap(this),key,size,value,comment,STATUS_PTR))
#define astMapGet0A(this,key,value) astINVOKE(V,astMapGet0AId_(astCheckKeyM ap(this),key,(AstObject **)(value),STATUS_PTR)) #define astMapGet0A(this,key,value) astINVOKE(V,astMapGet0AId_(astCheckKeyM ap(this),key,(AstObject **)(value),STATUS_PTR))
#define astMapGet1A(this,key,mxval,nval,value) astINVOKE(V,astMapGet1AId_(a stCheckKeyMap(this),key,mxval,nval,(AstObject **)(value),STATUS_PTR)) #define astMapGet1A(this,key,mxval,nval,value) astINVOKE(V,astMapGet1AId_(a stCheckKeyMap(this),key,mxval,nval,(AstObject **)(value),STATUS_PTR))
#define astMapPut1A(this,key,size,value,comment) astINVOKE(V,astMapPut1AId_ (astCheckKeyMap(this),key,size,value,comment,STATUS_PTR)) #define astMapPut1A(this,key,size,value,comment) astINVOKE(V,astMapPut1AId_ (astCheckKeyMap(this),key,size,value,comment,STATUS_PTR))
#define astMapGetElemA(this,key,elem,value) astINVOKE(V,astMapGetElemAId_(a stCheckKeyMap(this),key,elem,(AstObject **)(value),STATUS_PTR)) #define astMapGetElemA(this,key,elem,value) astINVOKE(V,astMapGetElemAId_(a stCheckKeyMap(this),key,elem,(AstObject **)(value),STATUS_PTR))
/* table. */ /* table. */
 End of changes. 5 change blocks. 
5 lines changed or deleted 7 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/