summaryrefslogtreecommitdiff
path: root/gcc/output.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-03-07 22:25:06 -0800
committerYamaArashi <shadow962@live.com>2016-03-07 22:25:06 -0800
commit08234586501ffddc186f6e254ce6847faa139f5f (patch)
tree053a7b04d58cd193182fe12bfc50fe6f325525eb /gcc/output.h
parent63aec4bbdd77671b92dafbe6cb6e2e14f7a6635b (diff)
never use leading underscore
Diffstat (limited to 'gcc/output.h')
-rwxr-xr-xgcc/output.h3
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;