]> andersk Git - splint.git/blobdiff - src/Headers/exprNode.h
Doing the commit so that files can be taged.
[splint.git] / src / Headers / exprNode.h
index 1e68d4f36a37b5962e315b9aabbab4f12bd6bc8c..421550c41cd87bc72cdc372ca05d12e1ff19610b 100644 (file)
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2001.
+** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
 ** See ../LICENSE for license information.
 **
 */
@@ -325,8 +325,8 @@ extern /*@dependent@*/ /*@observer@*/ cstring
 exprNode_unparse (/*@temp@*/ exprNode p_e) /*@*/ ; 
 
 extern /*@falsewhennull@*/ bool exprNode_isBlock (exprNode p_e) /*@*/ ;
-extern /*@falsewhennull@*/ bool exprNode_isCharLit (exprNode p_e) /*@*/ ;
-extern /*@falsewhennull@*/ bool exprNode_isNumLit (exprNode p_e) /*@*/ ;
+extern /*@falsewhennull@*/ bool exprNode_isCharLiteral (exprNode p_e) /*@*/ ;
+extern /*@falsewhennull@*/ bool exprNode_isNumLiteral (exprNode p_e) /*@*/ ;
 
 extern exprNode 
   exprNode_makeInitialization (/*@only@*/ idDecl p_t, /*@only@*/ exprNode p_e);
This page took 0.03247 seconds and 4 git commands to generate.