]> andersk Git - splint.git/blobdiff - src/cpplib.c
Reviewed DRL's manual changes. Moved bounds flags to appropriate place.
[splint.git] / src / cpplib.c
index 2c15062b7df465ff56561c244c282dca920e11bf..9c9c5a5f61650321b38ba74d3acd3ea02a58ee79 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
@@ -3445,7 +3445,7 @@ special_symbol (hashNode hp, cppReader *pfile)
       break;
 
     case T_VERSION:
-      buf = message ("\"%s\"", cstring_makeLiteralTemp (CPP_VERSION));
+      buf = cstring_makeLiteral ("\"--- cpp version---\"");
       break;
 
 #ifndef NO_BUILTIN_SIZE_TYPE
This page took 0.17068 seconds and 4 git commands to generate.