Using an apostrophe in a #error message causes an error for some GCC versions.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9853 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Olly Betts 2007-06-06 23:20:25 +00:00
commit 333ed5b82d

View file

@ -22,7 +22,7 @@ extern "C" {
# define SWIG2NUM(v) LL2NUM((unsigned long long)v)
# define NUM2SWIG(x) (unsigned long long)NUM2LL(x)
#else
# error sizeof(void*) isn't the same as long or long long
# error sizeof(void*) is not the same as long or long long
#endif