From bdf45e991f80536441e2faafc30333acbdbfe1af Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 6 Nov 2003 22:40:55 +0000 Subject: [PATCH] Help string split for compilers that can't handle long strings git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5273 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Source/Modules/guile.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SWIG/Source/Modules/guile.cxx b/SWIG/Source/Modules/guile.cxx index 04a81bdf9..028f77df5 100644 --- a/SWIG/Source/Modules/guile.cxx +++ b/SWIG/Source/Modules/guile.cxx @@ -35,6 +35,7 @@ char cvsroot_guile_cxx[] = "$Header$"; #endif #include +// Note string broken in half for compilers that can't handle long strings static const char *guile_usage = (char*)"\ Guile Options (available with -guile)\n\ -ldflags - Print runtime libraries to link with\n\ @@ -61,7 +62,7 @@ Guile Options (available with -guile)\n\ -gh - Use the gh_ Guile API. (Guile <= 1.8, default) \n\ -scm - Use the scm Guile API. (Guile >= 1.6) \n\ -shadow - Export GOOPS class definitions\n\ - -emitslotaccessors - Emit accessor methods for all GOOPS slots\n\ + -emitslotaccessors - Emit accessor methods for all GOOPS slots\n" "\ -primsuffix - Name appended to primitive module when exporting\n\ GOOPS classes. (default = \"primitive\")\n\ -goopsprefix - Prepend to all goops identifiers\n\