OSDN Git Service

2001-05-26 Philip Blundell <philb@gnu.org>
authorpb <pb@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 26 May 2001 14:11:12 +0000 (14:11 +0000)
committerpb <pb@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 26 May 2001 14:11:12 +0000 (14:11 +0000)
* config/arm/arm-protos.h: Use GCC_C_PRAGMA_H in place of _C_PRAGMA_H.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42625 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/arm/arm-protos.h

index c06c14f..8181c34 100644 (file)
@@ -1,3 +1,7 @@
+2001-05-26  Philip Blundell  <philb@gnu.org>
+
+       * config/arm/arm-protos.h: Use GCC_C_PRAGMA_H in place of _C_PRAGMA_H.
+
 2001-05-25  Zack Weinberg  <zackw@stanford.edu>
 
        * toplev.c (debug_args, f_options, W_options): Mark
index 9d0664e..96af949 100644 (file)
@@ -205,7 +205,7 @@ extern rtx arm_expand_builtin               PARAMS ((tree, rtx, rtx,
                                               enum machine_mode, int));
 #endif
 
-#ifdef _C_PRAGMA_H  /* included from code that cares about pragmas */
+#ifdef GCC_C_PRAGMA_H  /* included from code that cares about pragmas */
 extern void arm_pr_long_calls          PARAMS ((cpp_reader *));
 extern void arm_pr_no_long_calls       PARAMS ((cpp_reader *));
 extern void arm_pr_long_calls_off      PARAMS ((cpp_reader *));