From: Peter Collingbourne Date: Wed, 16 Mar 2011 18:35:34 +0000 (+0000) Subject: Remove a duplicate language feature X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7839febe5839cf42d76b068b1d79400ad366262b;p=clang Remove a duplicate language feature git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127743 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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)