]> andersk Git - splint.git/blobdiff - src/cpperror.c
Merged code tree with Dave Evans's version. Many changes to numberous to list....
[splint.git] / src / cpperror.c
index 1fd702794d05aa47b1687147c452f59a5b16b5da..a418b87bdcaa04e2773ae57c2eb9c9128b83d6ff 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** LCLint - annotation-assisted static program checker
-** Copyright (C) 1994-2000 University of Virginia,
+** Copyright (C) 1994-2001 University of Virginia,
 **         Massachusetts Institute of Technology
 **
 ** This program is free software; you can redistribute it and/or modify it
@@ -386,7 +386,7 @@ cppReader_pedwarnWithLine (cppReader *pfile, int line, int column,
 void cppReader_perrorWithName (cppReader *pfile, cstring name)
 {
   cppReader_message (pfile, 1, 
-                    message ("preprocessing: %s: %s",
+                    message ("Preprocessing error for %s: %s",
                              name, lldecodeerror (errno)));
 }
 
This page took 0.052461 seconds and 4 git commands to generate.