aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.h
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2005-02-17 01:11:10 +0000
committerFariborz Jahanian <fjahanian@apple.com>2005-02-17 01:11:10 +0000
commit1312e76330285d50143e2b48c2ed73693ebef1f6 (patch)
treee76c251f2426f8ef5963551aaf8353477ab40ddf /gcc/c-common.h
parent857726c5ad97a47e6c109001b96c195612800f7e (diff)
Radar 3970655
OKed by Ziem. Radar 3970646 OKed by Mike. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/apple-ppc-branch@95139 138bc75d-0d04-0410-961f-82ee72b054a4
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);