]> andersk Git - moira.git/blobdiff - dbck/phase3.pc
eliminate use of the `register' keyword: let the compiler decide
[moira.git] / dbck / phase3.pc
index 2f7a27b9f9ad7d1c9aaae9fc77bbc01c2eaf607f..e78421bd0f16f21cd1b323f500a36e255fab739e 100644 (file)
@@ -26,7 +26,7 @@ empty_list_check(int id, struct list *l, int hint)
 
 struct string *string_check(int id)
 {
-  register struct string *s;
+  struct string *s;
 
   s = (struct string *) hash_lookup(strings, id);
   if (!s)
This page took 0.584199 seconds and 4 git commands to generate.