chiark / gitweb /
build: Abolish the `$e', `$o' and `$t' variables.
[mLib] / struct / t / assoc-test.c
index 05a05d96199c9d5e51b06dc59e7fdbe35d78cd3b..bd1bab4e45564595d31a445c99bc15f8b985ff92 100644 (file)
@@ -58,7 +58,7 @@ int main(void)
       } else
        puts("*MISSING*");
     } else if (strcmp(p, "count") == 0) {
       } else
        puts("*MISSING*");
     } else if (strcmp(p, "count") == 0) {
-      printf("%i\n", n);
+      printf("%lu\n", (unsigned long)n);
     } else if (strcmp(p, "show") == 0) {
       assoc_iter i;
       word *w;
     } else if (strcmp(p, "show") == 0) {
       assoc_iter i;
       word *w;