From 333ed5b82da542c52001bda4457bf4383ba6882e Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Wed, 6 Jun 2007 23:20:25 +0000 Subject: [PATCH] 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 --- Lib/ruby/rubytracking.swg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/ruby/rubytracking.swg b/Lib/ruby/rubytracking.swg index 8f5776dcd..959d2087e 100644 --- a/Lib/ruby/rubytracking.swg +++ b/Lib/ruby/rubytracking.swg @@ -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