summaryrefslogtreecommitdiff
path: root/gcc/objcp/plugin/parser.h
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2011-02-13 10:02:30 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2011-02-13 10:02:30 +0000
commit8774a9171ed6eb03f8171c271e7deeace86a1093 (patch)
treed7c3197ecf431aa96d0496c9039fafecf407d3b2 /gcc/objcp/plugin/parser.h
parente5317c8c9d08bdccca6b30791af6d1f8be92097d (diff)
downloadgcc-8774a9171ed6eb03f8171c271e7deeace86a1093.tar.gz
objcp:
* plugin/lex.h: Plugify. cp: * lex.c: Plugify. * Make-lang.in (objcp/plugin/lex.h): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170104 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/objcp/plugin/parser.h')
-rw-r--r--gcc/objcp/plugin/parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objcp/plugin/parser.h b/gcc/objcp/plugin/parser.h
index e18142e0862..e41e30ba67a 100644
--- a/gcc/objcp/plugin/parser.h
+++ b/gcc/objcp/plugin/parser.h
@@ -21,7 +21,7 @@ along with GCC; see the file COPYING3. If not see
/* This isn't defined anywhere, yet, but it could be. This will turn off
the entire C++ Objective-C++ plugin. */
-#ifdef HIDE_OBJC
+#ifndef HIDE_OBJC
#include "c-family/c-objc.h"