diff options
author | K. Richard Pixley <rich@cygnus> | 1992-10-16 05:49:54 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-10-16 05:49:54 +0000 |
commit | 4100543aee0f7e77c1a8aec9e150b9e1720b8dcb (patch) | |
tree | 12176c95824cba56d13155f5ca1677a3bddcd61a /include/ChangeLog | |
parent | b396595a9c7fd836ef6a559f35d4ebe732990771 (diff) | |
download | gdb-4100543aee0f7e77c1a8aec9e150b9e1720b8dcb.zip gdb-4100543aee0f7e77c1a8aec9e150b9e1720b8dcb.tar.gz gdb-4100543aee0f7e77c1a8aec9e150b9e1720b8dcb.tar.bz2 |
use the provided enum for has_arg
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 37a19a6..2f038ae 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,5 +1,7 @@ Thu Oct 15 21:43:22 1992 K. Richard Pixley (rich@sendai.cygnus.com) + * getopt.h (struct option): use the provided enum for has_arg. + * demangle.h (AUTO_DEMANGLING, GNU_DEMANGLING, LUCID_DEMANGLING): ultrix compilers require enums to be enums and ints to be ints and casts where they meet. cast some |