X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fstr-test.c;h=e289258a143ab0e1c4950bb66ce28a92830ed9b9;hb=8c0ad492c6c91af6097bd4e50bccfd36f130bd95;hp=48d246fbf943e3fefc88506167c58826232c1313;hpb=e1980ce3bfe2bf0d46bcc6e42fc4f1f35d541fe2;p=libucw.git diff --git a/lib/str-test.c b/lib/str-test.c index 48d246fb..e289258a 100644 --- a/lib/str-test.c +++ b/lib/str-test.c @@ -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 - * attributed CONST. */ + * attributed PURE. */ tot1 += strlen(str + alignment); el1 += elapsed_time(); tot2 += str_len(str + alignment);