orbit-config.h   orbit-config.h 
#ifndef ORBIT_CONFIG_H #ifndef ORBIT_CONFIG_H
#define ORBIT_CONFIG_H 1 #define ORBIT_CONFIG_H 1
#define ORBIT_CONFIG_SERIAL 20 #define ORBIT_CONFIG_SERIAL 20
#ifndef ORBIT_MAJOR_VERSION #ifndef ORBIT_MAJOR_VERSION
#define ORBIT_MAJOR_VERSION (2) #define ORBIT_MAJOR_VERSION (2)
#define ORBIT_MINOR_VERSION (14) #define ORBIT_MINOR_VERSION (14)
#define ORBIT_MICRO_VERSION (14) #define ORBIT_MICRO_VERSION (15)
#endif #endif
#define ORBIT_IMPLEMENTS_IS_A 1 #define ORBIT_IMPLEMENTS_IS_A 1
/* /*
* Alignment of CORBA types mapped to C. * Alignment of CORBA types mapped to C.
* These have *nothing* to do with CDR alignment. * These have *nothing* to do with CDR alignment.
*/ */
#define ORBIT_ALIGNOF_CORBA_OCTET 1 #define ORBIT_ALIGNOF_CORBA_OCTET 1
#define ORBIT_ALIGNOF_CORBA_BOOLEAN 1 #define ORBIT_ALIGNOF_CORBA_BOOLEAN 1
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 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/