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:
tiagosoares 2006-05-23 09:19:28 +00:00
parent 4bf4767073
commit c685d481eb
1 changed files with 2 additions and 2 deletions

View File

@ -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