ast.h | ast.h | |||
---|---|---|---|---|
skipping to change at line 534 | skipping to change at line 534 | |||
/* ====== */ | /* ====== */ | |||
/* 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 0 | #define AST__VMINOR 0 | |||
#define AST__RELEASE 1 | #define AST__RELEASE 2 | |||
#define AST_MAJOR_VERS 7 | #define AST_MAJOR_VERS 7 | |||
#define AST_MINOR_VERS 0 | #define AST_MINOR_VERS 0 | |||
#define AST_RELEASE 1 | #define AST_RELEASE 2 | |||
#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) | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||