aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-opts.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-opts.c')
-rw-r--r--gcc/c-opts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-opts.c b/gcc/c-opts.c
index f1c87cb4..680c3cb 100644
--- a/gcc/c-opts.c
+++ b/gcc/c-opts.c
@@ -50,7 +50,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
# define TARGET_EBCDIC 0
#endif
-static const int lang_flags[] = {CL_C, CL_OBJC, CL_CXX, CL_OBJCXX};
+static const int lang_flags[] = {CL_C, CL_ObjC, CL_CXX, CL_ObjCXX};
static int saved_lineno;
@@ -1537,7 +1537,7 @@ write_langs (buf, flags)
*buf = '\0';
if (flags & CL_C)
strcat (buf, "C");
- if (flags & CL_OBJC)
+ if (flags & CL_ObjC)
{
if (*buf)
strcat (buf, "/");