]> andersk Git - splint.git/blobdiff - src/Headers/fileloc.h
The code almost work.
[splint.git] / src / Headers / fileloc.h
index cb35d16907c48d389bbe8f357ef186a2b75d415b..419067076227570a5ea41937fe8ac7a7bcc8d98b 100644 (file)
 typedef enum 
 { 
   FL_NORMAL, FL_SPEC, FL_LIB, FL_STDLIB, FL_STDHDR, FL_IMPORT, FL_BUILTIN,
-  FL_PREPROC, FL_RC, FL_EXTERNAL,
-  FL_POST, FL_SIDE
+  FL_PREPROC, FL_RC, FL_EXTERNAL
 } flkind;
 
-/*added fl_post and fl_side for use with constraint generation
-  DRL 8/22/2000
-*/
-
-
 struct __fileloc
 {
   flkind  kind;
This page took 0.122108 seconds and 4 git commands to generate.