aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r--gcc/c-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h
index e882d0fbe73..3021f422842 100644
--- a/gcc/c-common.h
+++ b/gcc/c-common.h
@@ -1044,7 +1044,7 @@ extern void pp_dir_change (cpp_reader *, const char *);
extern tree cw_asm_stmt (tree, tree);
extern tree cw_asm_build_register_offset (tree, tree);
extern tree cw_asm_label (tree, int);
-extern tree get_atsign_identifier (tree);
+extern tree prepend_char_identifier (tree, char);
extern void clear_cw_asm_labels (void);
extern tree cw_asm_reg_name (tree);
extern tree get_cw_asm_label (tree);