mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
Improve ChangeLog entry for HAVE_SIGSETMASK to discuss what ANSI specifies
(just for kicks).
This commit is contained in:
@ -8,8 +8,11 @@ Tue Jan 25 11:31:53 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
|
|||||||
the HP compiler in ANSI mode doesn't like.
|
the HP compiler in ANSI mode doesn't like.
|
||||||
|
|
||||||
* main.c: When defaulting HAVE_SIGSETMASK based on USG, just do it
|
* main.c: When defaulting HAVE_SIGSETMASK based on USG, just do it
|
||||||
based on USG, rather than defining HAVE_SIGSETMASK to an expression
|
based on USG, rather than defining HAVE_SIGSETMASK to an
|
||||||
containing defined. This is for the HP compiler in ANSI mode.
|
expression containing defined. Having a macro used in #if expand
|
||||||
|
to an expression containing "defined" is undefined according to
|
||||||
|
ANSI, and the HP compiler in ANSI mode doesn't do what we wanted
|
||||||
|
it to.
|
||||||
|
|
||||||
Mon Jan 24 20:51:29 1994 John Gilmore (gnu@cygnus.com)
|
Mon Jan 24 20:51:29 1994 John Gilmore (gnu@cygnus.com)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user