diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-09-27 20:09:29 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-09-27 20:09:29 +0000 |
commit | 3896e10246fc9b79cca75841df055577040a3e98 (patch) | |
tree | 7809ee7f301f8dcea652e20a898207d4301a6686 /apps/gperf/ChangeLog | |
parent | bf2f283f9bb7db2c2ca3f066ec32fc2e040522ea (diff) | |
download | ATCD-3896e10246fc9b79cca75841df055577040a3e98.tar.gz |
*** empty log message ***
Diffstat (limited to 'apps/gperf/ChangeLog')
-rw-r--r-- | apps/gperf/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/gperf/ChangeLog b/apps/gperf/ChangeLog index 4ce6a821af6..82439f4f4c3 100644 --- a/apps/gperf/ChangeLog +++ b/apps/gperf/ChangeLog @@ -1,5 +1,13 @@ Sun Sep 27 00:04:18 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> + * src/Key_List: Replaced the use of "int" with "unsigned int" for + parameters and hash values. + + * src/Key_List: Fixed the code so that if we change over to using + the switch statement then we use the already generated keyword + table appropriately. This prevents unnecessary warnings from + some C++ compilers. Thanks to David Levine for reporting this. + * src/Key_List.cpp (output): If it's not possible to use the lookup_array implementation of -D (e.g., because there aren't enough empty slots in the lookup_array), then default to using |