summaryrefslogtreecommitdiff
path: root/gcc/config/nextstep.h
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1996-04-17 12:10:02 -0700
committerJim Wilson <wilson@gcc.gnu.org>1996-04-17 12:10:02 -0700
commit86d086ba048ec54762c1cb69589518e9db0e9651 (patch)
tree1471de3fad356dfb0a541dbb99ea946ad4863097 /gcc/config/nextstep.h
parent141713de67817dc61539216886cbe5d6622c3ced (diff)
downloadgcc-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.h3
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. */