diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1996-04-17 12:10:02 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1996-04-17 12:10:02 -0700 |
commit | 86d086ba048ec54762c1cb69589518e9db0e9651 (patch) | |
tree | 1471de3fad356dfb0a541dbb99ea946ad4863097 /gcc/config/nextstep.h | |
parent | 141713de67817dc61539216886cbe5d6622c3ced (diff) | |
download | gcc-86d086ba048ec54762c1cb69589518e9db0e9651.tar.gz |
(HANDLE_PRAGMA): Expect/pass 2nd arg of NODE, not CH.
From-SVN: r11839
Diffstat (limited to 'gcc/config/nextstep.h')
-rw-r--r-- | gcc/config/nextstep.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/nextstep.h b/gcc/config/nextstep.h index 4937c99fbb3..667bd2bf7ee 100644 --- a/gcc/config/nextstep.h +++ b/gcc/config/nextstep.h @@ -240,8 +240,7 @@ Boston, MA 02111-1307, USA. */ /* How to parse #pragma's */ #undef HANDLE_PRAGMA -#define HANDLE_PRAGMA(finput, ch) \ - handle_pragma (finput, ch, &get_directive_line) +#define HANDLE_PRAGMA(FINPUT, NODE) handle_pragma (FINPUT, NODE) /* Give methods pretty symbol names on NeXT. */ |