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:
parent
1329624117
commit
333ed5b82d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue