AST_PAR   AST_PAR 
skipping to change at line 221 skipping to change at line 221
INTEGER AST__GAUSS INTEGER AST__GAUSS
PARAMETER ( AST__GAUSS = 11 ) PARAMETER ( AST__GAUSS = 11 )
INTEGER AST__SOMB INTEGER AST__SOMB
PARAMETER ( AST__SOMB = 12 ) PARAMETER ( AST__SOMB = 12 )
INTEGER AST__SOMBCOS INTEGER AST__SOMBCOS
PARAMETER ( AST__SOMBCOS = 13 ) PARAMETER ( AST__SOMBCOS = 13 )
INTEGER AST_RESAMPLEB INTEGER AST_RESAMPLEB
INTEGER AST_RESAMPLED INTEGER AST_RESAMPLED
INTEGER AST_RESAMPLEI INTEGER AST_RESAMPLEI
INTEGER AST_RESAMPLEK
INTEGER AST_RESAMPLER INTEGER AST_RESAMPLER
INTEGER AST_RESAMPLES INTEGER AST_RESAMPLES
INTEGER AST_RESAMPLEUB INTEGER AST_RESAMPLEUB
INTEGER AST_RESAMPLEUI INTEGER AST_RESAMPLEUI
INTEGER AST_RESAMPLEUK
INTEGER AST_RESAMPLEUS INTEGER AST_RESAMPLEUS
INTEGER AST_RESAMPLEUW INTEGER AST_RESAMPLEUW
INTEGER AST_RESAMPLEW INTEGER AST_RESAMPLEW
INTEGER AST_REMOVEREGIONS INTEGER AST_REMOVEREGIONS
INTEGER AST_SIMPLIFY INTEGER AST_SIMPLIFY
LOGICAL AST_ISAMAPPING LOGICAL AST_ISAMAPPING
LOGICAL AST_LINEARAPPROX LOGICAL AST_LINEARAPPROX
LOGICAL AST_QUADAPPROX LOGICAL AST_QUADAPPROX
DOUBLE PRECISION AST_RATE DOUBLE PRECISION AST_RATE
 End of changes. 2 change blocks. 
0 lines changed or deleted 2 lines changed or added


 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 3 #define AST__RELEASE 4
#define AST_MAJOR_VERS 7 #define AST_MAJOR_VERS 7
#define AST_MINOR_VERS 0 #define AST_MINOR_VERS 0
#define AST_RELEASE 3 #define AST_RELEASE 4
#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 833 skipping to change at line 833
char invert; char invert;
char issimple; char issimple;
int nin; int nin;
int nout; int nout;
char report; char report;
char tran_forward; char tran_forward;
char tran_inverse; char tran_inverse;
} AstMapping; } AstMapping;
astPROTO_CHECK(Mapping) astPROTO_CHECK(Mapping)
astPROTO_ISA(Mapping) astPROTO_ISA(Mapping)
#define PROTO_GENERIC_ALL(X,Xtype) int astResample##X##_( AstMapping *, int , const int [], const int [], const Xtype [], const Xtype [], int, void (*) (), const double [], int, double, int, Xtype, int, const int [], const int [], const int [], const int [], Xtype [], Xtype [], int * ); #define PROTO_GENERIC_ALL(X,Xtype) int astResample##X##_( AstMapping *, int , const int [], const int [], const Xtype [], const Xtype [], int, void (*) ( void ), const double [], int, double, int, Xtype, int, const int [], cons t int [], const int [], const int [], Xtype [], Xtype [], int * );
PROTO_GENERIC_ALL(B,signed char) PROTO_GENERIC_ALL(B,signed char)
PROTO_GENERIC_ALL(D,double) PROTO_GENERIC_ALL(D,double)
PROTO_GENERIC_ALL(F,float) PROTO_GENERIC_ALL(F,float)
PROTO_GENERIC_ALL(I,int) PROTO_GENERIC_ALL(I,int)
PROTO_GENERIC_ALL(K,INT_BIG) PROTO_GENERIC_ALL(K,INT_BIG)
PROTO_GENERIC_ALL(L,long int) PROTO_GENERIC_ALL(L,long int)
PROTO_GENERIC_ALL(S,short int) PROTO_GENERIC_ALL(S,short int)
PROTO_GENERIC_ALL(UB,unsigned char) PROTO_GENERIC_ALL(UB,unsigned char)
PROTO_GENERIC_ALL(UI,unsigned int) PROTO_GENERIC_ALL(UI,unsigned int)
PROTO_GENERIC_ALL(UK,UINT_BIG) PROTO_GENERIC_ALL(UK,UINT_BIG)
skipping to change at line 1698 skipping to change at line 1698
astPROTO_CHECK(SkyAxis) astPROTO_CHECK(SkyAxis)
astPROTO_ISA(SkyAxis) astPROTO_ISA(SkyAxis)
AstSkyAxis *astSkyAxisId_( const char *, ... )__attribute__((format(printf, 1,2))); AstSkyAxis *astSkyAxisId_( const char *, ... )__attribute__((format(printf, 1,2)));
#define astCheckSkyAxis(this) astINVOKE_CHECK(SkyAxis,this,0) #define astCheckSkyAxis(this) astINVOKE_CHECK(SkyAxis,this,0)
#define astVerifySkyAxis(this) astINVOKE_CHECK(SkyAxis,this,1) #define astVerifySkyAxis(this) astINVOKE_CHECK(SkyAxis,this,1)
#define astIsASkyAxis(this) astINVOKE_ISA(SkyAxis,this) #define astIsASkyAxis(this) astINVOKE_ISA(SkyAxis,this)
#define astSkyAxis astINVOKE(F,astSkyAxisId_) #define astSkyAxis astINVOKE(F,astSkyAxisId_)
double astDrange_( double );
/* mapping. */ /* mapping. */
/* ======== */ /* ======== */
/* cmpmap. */ /* cmpmap. */
/* ======= */ /* ======= */
typedef struct AstCmpMap { typedef struct AstCmpMap {
AstMapping mapping; AstMapping mapping;
AstMapping *map1; AstMapping *map1;
AstMapping *map2; AstMapping *map2;
 End of changes. 4 change blocks. 
4 lines changed or deleted 3 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/