aboutsummaryrefslogtreecommitdiff
path: root/gcc/ch/actions.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1999-08-09 23:41:20 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1999-08-09 23:41:20 +0000
commitfe0aaaa5f1cd8214b553c089e0915c0e8fa6dbe9 (patch)
treec3404dfd7b630c91d3477e114540f93b90844daf /gcc/ch/actions.c
parentc95910595c2eaf9a2c9e566433e7f5aef4b6c638 (diff)
downloadgcc-fe0aaaa5f1cd8214b553c089e0915c0e8fa6dbe9.zip
gcc-fe0aaaa5f1cd8214b553c089e0915c0e8fa6dbe9.tar.gz
gcc-fe0aaaa5f1cd8214b553c089e0915c0e8fa6dbe9.tar.bz2
actions.c (lang_identify): Constify a char*.
* actions.c (lang_identify): Constify a char*. * lang.c (chill_print_error_function): Likewise. (lang_init): Remove redundant prototype for `print_error_function'. From-SVN: r28632
Diffstat (limited to 'gcc/ch/actions.c')
-rw-r--r--gcc/ch/actions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ch/actions.c b/gcc/ch/actions.c
index 4104ce7..e44e215 100644
--- a/gcc/ch/actions.c
+++ b/gcc/ch/actions.c
@@ -64,7 +64,7 @@ extern char *dump_base_name;
grant file written, generating no code. */
int grant_only_flag = 0;
-char *
+const char *
lang_identify ()
{
return "chill";