Commit d924d023 by Michael Meissner

Do not put enclose within HANDLE_SYSV_PRAGMA

From-SVN: r9413
parent 44a8d0b3
...@@ -17,8 +17,6 @@ You should have received a copy of the GNU General Public License ...@@ -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 along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 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 /* Support #pragma weak by default if WEAK_ASM_OP and ASM_OUTPUT_DEF
are defined. */ are defined. */
#if !defined (HANDLE_PRAGMA_WEAK) && defined (WEAK_ASM_OP) && defined (ASM_OUTPUT_DEF) #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 *)); ...@@ -45,4 +43,3 @@ extern void handle_pragma_weak PROTO((enum pragma_state, char *, char *));
/* Handle a C style pragma */ /* Handle a C style pragma */
extern void handle_pragma_token PROTO((char *, tree)); extern void handle_pragma_token PROTO((char *, tree));
#endif /* HANDLE_SYSV_PRAGMA */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment