projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14ab9f5
)
Fix spelling typo in comment.
author
Nick Clifton
<nickc@gcc.gnu.org>
Wed, 7 Oct 1998 14:48:02 +0000
(14:48 +0000)
committer
Nick Clifton
<nickc@gcc.gnu.org>
Wed, 7 Oct 1998 14:48:02 +0000
(14:48 +0000)
From-SVN: r22895
gcc/c-pragma.h
patch
|
blob
|
history
diff --git
a/gcc/c-pragma.h
b/gcc/c-pragma.h
index d7a383df4a49cd703d1d8582fb1695f7f03a8dff..685f54aeb78c645fc853d1df8ac908e7daa82487 100644
(file)
--- a/
gcc/c-pragma.h
+++ b/
gcc/c-pragma.h
@@
-63,7
+63,7
@@
extern struct weak_syms * weak_decls;
/* Define HANDLE_GENERIC_PRAGMAS if any kind of front-end pragma
parsing is to be done. The code in GCC's generic C source files
will only look for the definition of this constant. They will
- ignore definitions of HANDLE_PRAGMA_PAC
k
and so on. */
+ ignore definitions of HANDLE_PRAGMA_PAC
K
and so on. */
#define HANDLE_GENERIC_PRAGMAS 1
#endif