]> git.saurik.com Git - bison.git/commit
(uniqstr_print): Now inline. Return bool, not int.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 Dec 2002 08:47:15 +0000 (08:47 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 Dec 2002 08:47:15 +0000 (08:47 +0000)
commitac72f3e9b5451f0d8ac2f6d8cbdabe250472aeb0
treea05b9ee4c25e5e58be110be9f5cb03efcf964fed
parentff5c8b85578372911e9c382ce91112058308b4ef
(uniqstr_print): Now inline.  Return bool, not int.
(uniqstr_print_processor): New function, to avoid casts.
(uniqstrs_new, hash_initialize, uniqstrs_do):
Use new functions instead of casting old functions unportably.
(hash_compare_uniqstr): Remove unnecessary casts.
src/uniqstr.c