]> andersk Git - splint.git/blobdiff - src/Headers/lclsyntable.h
Updated html and word versions of the manual
[splint.git] / src / Headers / lclsyntable.h
index 68e2014ee1d52c02ceb3a14e788596c460841312..6259f4d82bdabc583ff6d67a7970f24134d089f0 100644 (file)
@@ -1,16 +1,23 @@
 /*
-** 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.
 **
 */
 /*
-** syntable.h
+** lclsyntable.h
 */
 
-extern void        LCLAddSyn(lsymbol, lsymbol);
+# ifndef LCLSYNTABLE_H
+# define LCLSYNTABLE_H
+
+extern void LCLAddSyn(lsymbol, lsymbol);
 extern /*@exposed@*/ ltoken LCLGetTokenForSyn(lsymbol);
-extern bool        LCLIsSyn(lsymbol);
+extern bool LCLIsSyn(lsymbol);
+
+extern void LCLSynTableInit(void);
+extern void LCLSynTableReset(void);
+extern void LCLSynTableCleanup(void);
 
-extern void        LCLSynTableInit(void);
-extern void        LCLSynTableReset(void);
-extern void        LCLSynTableCleanup(void);
+# else
+# error "Multiple include"
+# endif
This page took 0.38847 seconds and 4 git commands to generate.