* defs.h: Include ansidecl.h and PARAMS macro. Use PARAMS
authorJohn Gilmore <gnu@cygnus>
Thu, 20 Feb 1992 19:23:42 +0000 (19:23 +0000)
committerJohn Gilmore <gnu@cygnus>
Thu, 20 Feb 1992 19:23:42 +0000 (19:23 +0000)
commit088c3a0b74c7431d31ec5d095f4e68bdd2d90c0b
tree0ce19e10e2ec6ba41392bf245df0841bfde317bc
parent8b87cbae28c26fd9b5bed99eb134f6c66ee946ac
* defs.h:  Include ansidecl.h and PARAMS macro.  Use PARAMS
to make prototypes for all functions declared here.
* cplus-dem.c:  Avoid declaring xmalloc and xrealloc.
* c-exp.y:  Rename SIGNED, OR, and AND to avoid conflict.
* environ.c:  Include <stdio.h> before defs.h.  Minor cleanup.
* ieee-float.h:  Use PARAMS for prototypes; make some params const.
* ieee-float.c, valarith.c:  Include <stdio.h>.  Lint.  b*=>mem*.
* m2-exp.y:  Remove unused CONST; Rename OR and AND.
* utils.c:  Avoid declaring malloc and realloc.  Lint.
(request_quit):  Accept signal-number parameter.
gdb/ChangeLog
gdb/c-exp.y
gdb/cplus-dem.c
gdb/ieee-float.c
gdb/ieee-float.h
gdb/m2-exp.y
gdb/utils.c
gdb/valarith.c
This page took 0.038383 seconds and 4 git commands to generate.