summaryrefslogtreecommitdiff
path: root/gcc/c-pragma.h
diff options
context:
space:
mode:
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-04-18 20:06:17 +0000
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-04-18 20:06:17 +0000
commite654ef58c62631aaf3bba6ef1253d09c195b48e1 (patch)
treec69e46ae82e5ff2d6a2cec9cf5ba006f086b9663 /gcc/c-pragma.h
parentdc76caae2ffbe0e8d27b1933090ad4fc25587ec8 (diff)
downloadgcc-e654ef58c62631aaf3bba6ef1253d09c195b48e1.tar.gz
Do not put enclose within HANDLE_SYSV_PRAGMA
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9413 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-pragma.h')
-rw-r--r--gcc/c-pragma.h3
1 files changed, 0 insertions, 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 */