diff options
author | YamaArashi <shadow962@live.com> | 2016-03-07 22:25:06 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-03-07 22:25:06 -0800 |
commit | 08234586501ffddc186f6e254ce6847faa139f5f (patch) | |
tree | 053a7b04d58cd193182fe12bfc50fe6f325525eb /gcc/output.h | |
parent | 63aec4bbdd77671b92dafbe6cb6e2e14f7a6635b (diff) |
never use leading underscore
Diffstat (limited to 'gcc/output.h')
-rwxr-xr-x | gcc/output.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/output.h b/gcc/output.h index d54ae62..9a7e528 100755 --- a/gcc/output.h +++ b/gcc/output.h @@ -474,6 +474,3 @@ extern FILE *rtl_dump_file; && (DECL_INITIAL (DECL) == error_mark_node \ || TREE_CONSTANT (DECL_INITIAL (DECL))) \ && ! (RELOC && (DECL_ONE_ONLY (DECL)))) - -/* User label prefix in effect for this compilation. */ -extern char *user_label_prefix; |