]> andersk Git - splint.git/blobdiff - src/cscanner.l
Making fixes for Microsoft Visual C++ compiler.
[splint.git] / src / cscanner.l
index 592560eb3a82ad0f2a78925e3f26ca79c6199aa8..3b2befb68a38588f7f61c0901d8976ca2f9a939a 100644 (file)
@@ -1,6 +1,6 @@
 /*;-*-C-*-; 
 ** Splint - annotation-assisted static program checker
-** Copyright (C) 1994-2002 University of Virginia,
+** Copyright (C) 1994-2003 University of Virginia,
 **         Massachusetts Institute of Technology
 **
 ** This program is free software; you can redistribute it and/or modify it
@@ -85,7 +85,7 @@ ULSuffix                ({U}{L}|{L}{U})
 # include "cscannerHelp.h"
 # include "cgrammar.h"
 # include "cgrammar_tokens.h"
-# include "portab.h"
+# include "osd.h"
 
 /*@notfunction@*/
 # define yyinput() (incColumn (), getc (yyin))
This page took 0.034284 seconds and 4 git commands to generate.