Use compiler option instead of this

svn-id: r11104
This commit is contained in:
Chris Apers 2003-11-03 16:25:06 +00:00
parent feb0678801
commit 0e23d7a30e

View File

@ -179,7 +179,6 @@
typedef signed char int8;
typedef signed short int16;
typedef signed long int32;
typedef Boolean bool;
#define START_PACK_STRUCTS pack (1)
#define END_PACK_STRUCTS pack ()