]> andersk Git - splint.git/blobdiff - src/usymtab.c
Merged this branch with the one in the splint.sf.net repository.
[splint.git] / src / usymtab.c
index cc26ba8c53e161f5cbb6ff6b677ea87ff6235276..ff45a4d81f39d115a35dcba001f47e2a4c37d7c1 100644 (file)
@@ -363,8 +363,6 @@ usymtab_initGlobalMarker () /*@globals globtab@*/
 void
 usymtab_initBool ()
 {
-  DPRINTF (("Init bool!"));
-
   if (context_getFlag (FLG_NOLIB))
     {
       ctype boolt = ctype_bool;
@@ -891,8 +889,7 @@ usymtab_supEntryAux (/*@notnull@*/ usymtab st,
          if (!(st->lexlevel > fileScope || !sRef_modInFunction ()))
            {
              if (uentry_isDatatype (e) || uentry_isAnyTag (e)
-                 || uentry_isEnumConstant (e)
-                 || uentry_isStatic (e)) /* bug fix from Brian St. Pierre */
+                 || uentry_isEnumConstant (e))
                {
                  ; /* 
                     ** Not a bug.  Code like,
@@ -4908,6 +4905,15 @@ static uentry usymtab_lookupAux (usymtab s, cstring k)
 {
   DPRINTF (("Lookup: %s", k));
 
+  //drl jsdjfkljsdklf
+  //drl temproy debuging code //take it out
+  if (cstring_equal(k, "_hooks") )
+  {
+    int jkljks;
+    jkljks = 5;
+  }
+      // end drl tempory debuging code // sd f
+      
   while (s != GLOBAL_ENV)
     {
       int eindex = usymtab_getIndex (s, k);
This page took 0.031077 seconds and 4 git commands to generate.