]> andersk Git - splint.git/blobdiff - src/globalsClause.c
Fixed problem with make dist so that packages can be made and distributed.
[splint.git] / src / globalsClause.c
index e9508d1ee1a229ec27c97ed006b72ea733c877f3..c32465e46ea79213cf4a2f31e7e054dae9a43874 100644 (file)
@@ -33,7 +33,7 @@ globalsClause_create (lltok tok, globSet gl)
 {
   globalsClause res = (globalsClause) dmalloc (sizeof (*res));
   res->globs = gl;
-  res->loc = lltok_stealLoc (tok);
+  res->loc = fileloc_copy (lltok_getLoc (tok));
   /*@i423@*/ return res; /* releases doesn't seem to work right here... */
 }
 
This page took 0.03366 seconds and 4 git commands to generate.