MYDDAS: Bug fix on MYDDAS type
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1647 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
4bf4767073
commit
c685d481eb
@ -83,9 +83,9 @@
|
||||
/* */ typedef unsigned short int MyddasUInt32;
|
||||
# elif SIZEOF_INT==4
|
||||
/* */ typedef int MyddasSInt;
|
||||
/* */ typedef unsigned short int MyddasUSInt;
|
||||
/* */ typedef unsigned int MyddasUSInt;
|
||||
/* */ typedef int MyddasInt32;
|
||||
/* */ typedef unsigned short int MyddasUInt32;
|
||||
/* */ typedef unsigned int MyddasUInt32;
|
||||
# else
|
||||
# error MYDDAS requires integer types half the size of a pointer
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user