diff options
author | David Henkel-Wallace <gumby@cygnus> | 1992-07-23 19:01:19 +0000 |
---|---|---|
committer | David Henkel-Wallace <gumby@cygnus> | 1992-07-23 19:01:19 +0000 |
commit | 3dfac3bc35793282d57b68b5908eed385a193dbf (patch) | |
tree | cbc49ff7567b5af1a7931cb0b743e7c6e2d3ba0a /ld/cplus-dem.c | |
parent | ddce75e0750e6bf39b046c7306d4c3e64212333d (diff) | |
download | gdb-3dfac3bc35793282d57b68b5908eed385a193dbf.zip gdb-3dfac3bc35793282d57b68b5908eed385a193dbf.tar.gz gdb-3dfac3bc35793282d57b68b5908eed385a193dbf.tar.bz2 |
hp stuff.
Diffstat (limited to 'ld/cplus-dem.c')
-rw-r--r-- | ld/cplus-dem.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ld/cplus-dem.c b/ld/cplus-dem.c index a4b86ea..f4d1d84 100644 --- a/ld/cplus-dem.c +++ b/ld/cplus-dem.c @@ -59,8 +59,9 @@ #include "defs.h" #endif - - +#ifdef PARAMS +#undef PARAMS +#endif #define PARAMS(x) EXFUN(,x) /* This is '$' on systems where the assembler can deal with that. |