From d924d023c7bbee40fda54b02b7f5d85d7f61e782 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Tue, 18 Apr 1995 20:06:17 +0000 Subject: [PATCH] Do not put enclose within HANDLE_SYSV_PRAGMA From-SVN: r9413 --- gcc/c-pragma.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/gcc/c-pragma.h b/gcc/c-pragma.h index 7eaacd012db..061f416aa14 100644 --- a/gcc/c-pragma.h +++ b/gcc/c-pragma.h @@ -17,8 +17,6 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifdef HANDLE_SYSV_PRAGMA - /* Support #pragma weak by default if WEAK_ASM_OP and ASM_OUTPUT_DEF are defined. */ #if !defined (HANDLE_PRAGMA_WEAK) && defined (WEAK_ASM_OP) && defined (ASM_OUTPUT_DEF) @@ -45,4 +43,3 @@ extern void handle_pragma_weak PROTO((enum pragma_state, char *, char *)); /* Handle a C style pragma */ extern void handle_pragma_token PROTO((char *, tree)); -#endif /* HANDLE_SYSV_PRAGMA */ -- 2.30.2