]> andersk Git - splint.git/blobdiff - src/Headers/mtContextNode.h
*** empty log message ***
[splint.git] / src / Headers / mtContextNode.h
index b84f60b247342ea93799be25252ee10cefe84ef3..567d2a9211b74097ed1fb830d05de4aa59eba03a 100644 (file)
@@ -12,7 +12,7 @@
 
 typedef enum
 {
-  MTC_ANY = 0, MTC_PARAM, MTC_RESULT, MTC_REFERENCE, MTC_CLAUSE, MTC_LITERAL, MTC_NULL,
+  MTC_ANY = 0, MTC_PARAM, MTC_RESULT, MTC_REFERENCE, MTC_CLAUSE, MTC_LITERAL, MTC_NULL
 } mtContextKind ;
 
 /*@constant int MTC_NUMCONTEXTS@*/
@@ -56,6 +56,8 @@ extern bool mtContextNode_matchesRef (mtContextNode, sRef) /*@*/ ;
 extern bool mtContextNode_matchesRefStrict (mtContextNode, sRef) /*@*/ ;
    /* Doesn't allow matches with unknown type. */
 
+extern void mtContextNode_showRefError (mtContextNode, sRef) ;
+
 # else
 # error "Multiple include"
 # endif
This page took 0.058686 seconds and 4 git commands to generate.