X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/112c85fd5ba63bbf83526cdadfc7751b2cf74311..4caf866b3d452c738cb276e805e48e4f1ccd2eba:/src/fileloc.c diff --git a/src/fileloc.c b/src/fileloc.c index ad82ba5..461659b 100644 --- a/src/fileloc.c +++ b/src/fileloc.c @@ -26,7 +26,7 @@ */ /* * Modified by Herbert 04/19/97: - * - added new include file portab.h. + * - added new include file portab.h (now in osd.h) * - added new private function fileloc_filenameForCpp() to handle * filenames belonging to "#line" statements for OS/2 and MSDOS. It * gets called by fileloc_lineMarker() and fileloc_previousLineMarker() @@ -36,7 +36,6 @@ # include "splintMacros.nf" # include "basic.h" # include "osd.h" -# include "portab.h" static /*@only@*/ fileloc fileloc_createPrim (flkind p_kind, fileId p_fid, int p_line, int p_col) /*@*/ ;