From 7ec6d4d920ec09e07bb9a6db64c0f5db761d788b Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Thu, 1 Feb 1996 22:47:21 +0000 Subject: (HANDLE_PRAGMA): Change to expression with terminating character as result. From-SVN: r11154 --- gcc/config/nextstep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/nextstep.h') diff --git a/gcc/config/nextstep.h b/gcc/config/nextstep.h index bfd039c..4937c99 100644 --- a/gcc/config/nextstep.h +++ b/gcc/config/nextstep.h @@ -241,7 +241,7 @@ Boston, MA 02111-1307, USA. */ #undef HANDLE_PRAGMA #define HANDLE_PRAGMA(finput, ch) \ - return handle_pragma (finput, ch, &get_directive_line) + handle_pragma (finput, ch, &get_directive_line) /* Give methods pretty symbol names on NeXT. */ -- cgit v1.1