aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2011-03-16 18:35:34 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2011-03-16 18:35:34 +0000
commit7839febe5839cf42d76b068b1d79400ad366262b (patch)
tree2e58ded8568760960eb52025cbb997e7b2fb98c4
parentb5142bb7af5c70fffd09f05172a1379a35a9c29a (diff)
Remove a duplicate language feature
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127743 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Frontend/LangStandards.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Frontend/LangStandards.def b/include/clang/Frontend/LangStandards.def
index d4046b3e56..06df563c6d 100644
--- a/include/clang/Frontend/LangStandards.def
+++ b/include/clang/Frontend/LangStandards.def
@@ -54,7 +54,7 @@ LANGSTANDARD(iso9899_199x,
LANGSTANDARD(gnu99, "gnu99",
"ISO C 1999 with GNU extensions",
- BCPLComment | C99 | Digraphs | GNUMode | HexFloat | Digraphs)
+ BCPLComment | C99 | Digraphs | GNUMode | HexFloat)
LANGSTANDARD(gnu9x, "gnu9x",
"ISO C 1999 with GNU extensions",
BCPLComment | C99 | Digraphs | GNUMode | HexFloat)