]> andersk Git - splint.git/blobdiff - src/uentry.c
Modified the doc/Makefile.am so that the man page is install under make install.
[splint.git] / src / uentry.c
index 1deb565f4e478725d1e47f1f12c208c2a257b798..ac39bb6ba577df17170f97cd93e2aca70873a051 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
@@ -11061,7 +11061,7 @@ void uentry_checkName (uentry ue)
   fileloc_free (tloc);
   uentry_setHasNameError (ue);
   
-  if (context_getFlag (FLG_REPEATUNRECOG))
+  if (context_getFlag (FLG_REPEATUNRECOG) || (context_inOldSytleScope() ) )
     {
       uentry_markOwned (ue);
     }
This page took 0.078262 seconds and 4 git commands to generate.