]> mj.ucw.cz Git - libucw.git/blobdiff - lib/str-test.c
Use Threads.DefaultStackSize instead of various local stack sizes.
[libucw.git] / lib / str-test.c
index 48d246fbf943e3fefc88506167c58826232c1313..e289258a143ab0e1c4950bb66ce28a92830ed9b9 100644 (file)
@@ -105,7 +105,7 @@ main(int argc, char **argv)
                        random_string(str + alignment, lengths[i]);
                        elapsed_time();
                        /* Avoid "optimizing" by gcc, since the functions are
                        random_string(str + alignment, lengths[i]);
                        elapsed_time();
                        /* Avoid "optimizing" by gcc, since the functions are
-                        * attributed CONST.  */
+                        * attributed PURE.  */
                        tot1 += strlen(str + alignment);
                        el1 += elapsed_time();
                        tot2 += str_len(str + alignment);
                        tot1 += strlen(str + alignment);
                        el1 += elapsed_time();
                        tot2 += str_len(str + alignment);