]> andersk Git - splint.git/blobdiff - src/Headers/fileId.h
Making fixes for Microsoft Visual C++ compiler.
[splint.git] / src / Headers / fileId.h
index ee37c52e9dfde3c92aea7f25a737007df9e76bc9..e551785fbf743c2e8fc168b6b07144e3f3dffc84 100644 (file)
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2000.
+** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
 ** See ../LICENSE for license information.
 **
 */
@@ -22,7 +22,10 @@ extern bool fileId_isInvalid (fileId) /*@*/ ;
 # define fileId_isInvalid(f) ((f) == fileId_invalid)
 
 extern bool fileId_equal (fileId p_t1, fileId p_t2) /*@*/ ;
+# define fileId_equal(p_t1, p_t2) (fileTable_sameBase (context_fileTable (),  p_t1, p_t2))
+/* evs 2000-07-27: was
 # define fileId_equal(t1,t2) ((t1) == (t2))
+*/
 
 /* fileId_baseEqual moved to fileTable.h */
 
This page took 1.711471 seconds and 4 git commands to generate.