AST_PAR   AST_PAR 
skipping to change at line 189 skipping to change at line 189
INTEGER AST__REBINEND INTEGER AST__REBINEND
PARAMETER ( AST__REBINEND = 256 ) PARAMETER ( AST__REBINEND = 256 )
INTEGER AST__GENVAR INTEGER AST__GENVAR
PARAMETER ( AST__GENVAR = 512 ) PARAMETER ( AST__GENVAR = 512 )
INTEGER AST__VARWGT INTEGER AST__VARWGT
PARAMETER ( AST__VARWGT = 1024 ) PARAMETER ( AST__VARWGT = 1024 )
INTEGER AST__NOBAD INTEGER AST__NOBAD
PARAMETER ( AST__NOBAD = 2048 ) PARAMETER ( AST__NOBAD = 2048 )
INTEGER AST__DISVAR INTEGER AST__DISVAR
PARAMETER ( AST__DISVAR = 4096 ) PARAMETER ( AST__DISVAR = 4096 )
INTEGER AST__NONORM
PARAMETER ( AST__NONORM = 8192 )
INTEGER AST__UKERN1 INTEGER AST__UKERN1
PARAMETER ( AST__UKERN1 = 1 ) PARAMETER ( AST__UKERN1 = 1 )
c Not yet implemented c Not yet implemented
c INTEGER AST__UKERNN c INTEGER AST__UKERNN
c PARAMETER ( AST__UKERNN = 2 ) c PARAMETER ( AST__UKERNN = 2 )
INTEGER AST__UINTERP INTEGER AST__UINTERP
PARAMETER ( AST__UINTERP = 3 ) PARAMETER ( AST__UINTERP = 3 )
INTEGER AST__NEAREST INTEGER AST__NEAREST
PARAMETER ( AST__NEAREST = 4 ) PARAMETER ( AST__NEAREST = 4 )
 End of changes. 1 change blocks. 
0 lines changed or deleted 2 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:
* 11-AUG-2012 (makeh): * 8-DEC-2012 (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 0 #define AST__VMINOR 1
#define AST__RELEASE 6 #define AST__RELEASE 1
#define AST_MAJOR_VERS 7 #define AST_MAJOR_VERS 7
#define AST_MINOR_VERS 0 #define AST_MINOR_VERS 1
#define AST_RELEASE 6 #define AST_RELEASE 1
#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 786 skipping to change at line 786
#define astPermPoints(this,forward,perm) astINVOKE(V,astPermPoints_(astChec kPointSet(this),forward,perm,STATUS_PTR)) #define astPermPoints(this,forward,perm) astINVOKE(V,astPermPoints_(astChec kPointSet(this),forward,perm,STATUS_PTR))
#define astSetPoints(this,ptr) astINVOKE(V,astSetPoints_(astCheckPointSet(t his),ptr,STATUS_PTR)) #define astSetPoints(this,ptr) astINVOKE(V,astSetPoints_(astCheckPointSet(t his),ptr,STATUS_PTR))
#define astSetNpoint(this,np) astINVOKE(V,astSetNpoint_(astCheckPointSet(th is),np,STATUS_PTR)) #define astSetNpoint(this,np) astINVOKE(V,astSetNpoint_(astCheckPointSet(th is),np,STATUS_PTR))
#define astSetSubPoints(point1,point,coord,point2) astINVOKE(V,astSetSubPoi nts_(astCheckPointSet(point1),point,coord,astCheckPointSet(point2),STATUS_P TR)) #define astSetSubPoints(point1,point,coord,point2) astINVOKE(V,astSetSubPoi nts_(astCheckPointSet(point1),point,coord,astCheckPointSet(point2),STATUS_P TR))
#define astAppendPoints(this,that) astINVOKE(O,astAppendPoints_(astCheckPoi ntSet(this),astCheckPointSet(that),STATUS_PTR)) #define astAppendPoints(this,that) astINVOKE(O,astAppendPoints_(astCheckPoi ntSet(this),astCheckPointSet(that),STATUS_PTR))
#define astBndPoints(this,lbnd,ubnd) astINVOKE(V,astBndPoints_(astCheckPoin tSet(this),lbnd,ubnd,STATUS_PTR)) #define astBndPoints(this,lbnd,ubnd) astINVOKE(V,astBndPoints_(astCheckPoin tSet(this),lbnd,ubnd,STATUS_PTR))
#define astReplaceNaN(this) astINVOKE(V,astReplaceNaN_(astCheckPointSet(thi s),STATUS_PTR)) #define astReplaceNaN(this) astINVOKE(V,astReplaceNaN_(astCheckPointSet(thi s),STATUS_PTR))
#define STATUS_PTR astGetStatusPtr #define STATUS_PTR astGetStatusPtr
#define AST__MAPPING_GETATTRIB_BUFF_LEN 50 #define AST__MAPPING_GETATTRIB_BUFF_LEN 50
#define AST__MAPPING_FUNPN_MAX_CACHE 5 #define AST__MAPPING_RATEFUN_MAX_CACHE 5
#define AST__URESAMP1 (1) #define AST__URESAMP1 (1)
#define AST__URESAMP2 (2) #define AST__URESAMP2 (2)
#define AST__URESAMP3 (4) #define AST__URESAMP3 (4)
#define AST__URESAMP4 (8) #define AST__URESAMP4 (8)
#define AST__USEVAR (16) #define AST__USEVAR (16)
#define AST__USEBAD (32) #define AST__USEBAD (32)
#define AST__CONSERVEFLUX (64) #define AST__CONSERVEFLUX (64)
#define AST__REBININIT (128) #define AST__REBININIT (128)
#define AST__REBINEND (256) #define AST__REBINEND (256)
#define AST__GENVAR (512) #define AST__GENVAR (512)
#define AST__VARWGT (1024) #define AST__VARWGT (1024)
#define AST__NOBAD (2048) #define AST__NOBAD (2048)
#define AST__DISVAR (4096) #define AST__DISVAR (4096)
#define AST__NONORM (8192)
#define AST__UKERN1 (1) #define AST__UKERN1 (1)
#define AST__UINTERP (3) #define AST__UINTERP (3)
#define AST__NEAREST (4) #define AST__NEAREST (4)
#define AST__LINEAR (5) #define AST__LINEAR (5)
#define AST__SINC (6) #define AST__SINC (6)
#define AST__SINCSINC (7) #define AST__SINCSINC (7)
#define AST__SINCCOS (8) #define AST__SINCCOS (8)
#define AST__SINCGAUSS (9) #define AST__SINCGAUSS (9)
 End of changes. 5 change blocks. 
6 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/