(HANDLE_PRAGMA): Delete `return'.
authorDoug Evans <dje@gnu.org>
Tue, 27 Feb 1996 20:01:59 +0000 (20:01 +0000)
committerDoug Evans <dje@gnu.org>
Tue, 27 Feb 1996 20:01:59 +0000 (20:01 +0000)
This change was supposed to have been made on Feb. 1, but somehow
never got checked in.

From-SVN: r11355

gcc/config/sh/sh.h

index f10c69229fa0b72384857a4922ff771312b9ca2d..0680c50df6928ec4710497ae74b8b64cc611b283 100644 (file)
@@ -1516,11 +1516,11 @@ extern char *output_far_jump();
 
 /* Define this macro if you want to implement any pragmas.  If defined, it
    is a C expression to be executed when #pragma is seen.  The
-   argument STREAM is the stdio input stream from which the source
+   argument FILE is the stdio input stream from which the source
    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) return handle_pragma (FILE, CH)
+#define HANDLE_PRAGMA(FILE, CH) handle_pragma (FILE, CH)
 
 /* Set when processing a function with pragma interrupt turned on.  */