X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/53306cab3dabf761f459f8f5fdc4b30eca6ec707..061ece7d6fedbde47030222fea74b575c12707dc:/src/symtable.c diff --git a/src/symtable.c b/src/symtable.c index 7c0c92f..b00dbb8 100644 --- a/src/symtable.c +++ b/src/symtable.c @@ -1,6 +1,6 @@ /* ** 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 @@ -41,7 +41,7 @@ */ # include "splintMacros.nf" -# include "llbasic.h" +# include "basic.h" # include "gram.h" # include "lclscan.h" # include "lclsyntable.h" @@ -1078,10 +1078,11 @@ parseLine (char *line, inputStream srce, mapping map) if (!usymtab_existsGlobEither (cnamestr)) { (void) usymtab_addEntry - (uentry_makeDatatype (cnamestr, ctype_unknown, - ti->abstract ? ynm_fromBool (ti->modifiable) : MAYBE, - ti->abstract ? YES : NO, - fileloc_copy (imploc))); + (uentry_makeDatatype + (cnamestr, ctype_unknown, + ti->abstract ? ynm_fromBool (ti->modifiable) : MAYBE, + ti->abstract ? qual_createAbstract () : qual_createConcrete (), + fileloc_copy (imploc))); } }