13
0

A further change which needs to be tested on the other compilers

(splitting a long string into 2 x concatenated strings)
This commit is contained in:
John Emmas 2013-09-26 11:01:15 +01:00
parent a88f38cf10
commit 4f4a53e870

View File

@ -264,7 +264,7 @@ patent must be licensed for everyone's free use or not licensed at all.\n\
The precise terms and conditions for copying, distribution and\n\ The precise terms and conditions for copying, distribution and\n\
modification follow.\n\ modification follow.\n\
\n\ \n\
GNU GENERAL PUBLIC LICENSE\n\ "" GNU GENERAL PUBLIC LICENSE\n\
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\
\n\ \n\
0. This License applies to any program or other work which contains\n\ 0. This License applies to any program or other work which contains\n\
@ -546,7 +546,9 @@ proprietary programs. If your program is a subroutine library, you may\n\
consider it more useful to permit linking proprietary applications with the\n\ consider it more useful to permit linking proprietary applications with the\n\
library. If this is what you want to do, use the GNU Library General\n\ library. If this is what you want to do, use the GNU Library General\n\
Public License instead of this License.\n\ Public License instead of this License.\n\
"); "); /* Note that at the start of (approximately) line 265, the above license
text has been split into two concatenated tokens (to satisfy compilation
under MSVC). Hopefully this won't affect gcc */
About::About () About::About ()
: config_info (0) : config_info (0)