]> 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 69e810c8fae651f73c6a11676bd82db6b3e85083..ff45a4d81f39d115a35dcba001f47e2a4c37d7c1 100644 (file)
@@ -1594,7 +1594,7 @@ usymtab_rehash (/*@notnull@*/ usymtab s)
       cstringTable_free (s->htable);
     }
   
-  s->htable = cstringTable_create (LLHASHSIZE);
+  s->htable = cstringTable_create (LLAHSHSIZE);
 
   for (i = 0; i < s->nentries; i++)
     {
@@ -4905,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.031583 seconds and 4 git commands to generate.