(HANDLE_PRAGMA): Expect/pass 2nd arg of NODE, not CH.
authorJim Wilson <wilson@gcc.gnu.org>
Wed, 17 Apr 1996 19:15:06 +0000 (12:15 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 17 Apr 1996 19:15:06 +0000 (12:15 -0700)
From-SVN: r11841

gcc/config/sh/sh.h

index 6309a38..63e4598 100644 (file)
@@ -1525,7 +1525,7 @@ extern char *output_far_jump();
    text can be read.  CH is the first character after the #pragma.  The
    result of the expression is the terminating character found
    (newline or EOF).  */
-#define HANDLE_PRAGMA(FILE, CH) handle_pragma (FILE, CH)
+#define HANDLE_PRAGMA(FILE, NODE) handle_pragma (FILE, NODE)
 
 /* Set when processing a function with pragma interrupt turned on.  */