Fix 80-cols violation.

llvm-svn: 89558
This commit is contained in:
Alexis Hunt 2009-11-21 09:45:54 +00:00
parent 4b1f16e6f8
commit 9631fcc998
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@ def ext_c99_variable_decl_in_for_loop : Extension<
def ext_c99_compound_literal : Extension<
"compound literals are a C99-specific feature">;
def ext_enumerator_list_comma : Extension<
"commas at the end of enumerator lists are a %select{C99|C++0x}0-specific feature">;
"commas at the end of enumerator lists are a %select{C99|C++0x}0-specific "
"feature">;
def ext_gnu_indirect_goto : Extension<
"use of GNU indirect-goto extension">;