]> andersk Git - splint.git/blobdiff - src/cppexp.c
Moved doc/lclint.1 to doc/splint.1
[splint.git] / src / cppexp.c
index b3329470ae37d9cb8d28fdbee673bd97562b6433..c19eb8bdb5a662e309e7ecd68fda2b703ab9065a 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
 */
 /*
@@ -678,7 +678,7 @@ cppReader_parseEscape (cppReader *pfile, char **string_ptr)
       if (cppReader_isPedantic (pfile))
        {
          cppReader_pedwarn (pfile, 
-                      message ("non-ANSI-standard escape sequence, `\\%c'", c));
+                      message ("non-standard escape sequence, `\\%c'", c));
        }
       return (char) 033;
     case 'f':
This page took 0.028853 seconds and 4 git commands to generate.