summaryrefslogtreecommitdiff
path: root/gcc/f/com.h
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1999-11-29 02:50:04 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1999-11-29 02:50:04 +0000
commit7faa536c660443a1c6cd29b1edb80e0f6279217f (patch)
treef852635f5817ab1e26919869bfbda84e5cfbce64 /gcc/f/com.h
parenta58a9313da37e4e8ee0ddf10eccd48d23a4ae6f7 (diff)
downloadgcc-7faa536c660443a1c6cd29b1edb80e0f6279217f.tar.gz
* com.c (ffecom_file_, ffecom_file, file_buf,
ffecom_open_include_): Constify a char*. (ffecom_possible_partial_overlap_): Mark parameter `expr2' with ATTRIBUTE_UNUSED. (ffecom_init_0): Use a fully prototyped cast in call to bsearch. (lang_print_error_function): ANSI-fy. * com.h (ffecom_file): Constify a char*. * fini.c (main): Call return, not exit. * g77spec.c (lang_specific_driver): Use non-const *in_argv in assignment. * intrin.c (ffeintrin_cmp_name_): Don't needlessly cast away const-ness. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30693 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/com.h')
-rw-r--r--gcc/f/com.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/f/com.h b/gcc/f/com.h
index b0f1119fdc5..aa268931e47 100644
--- a/gcc/f/com.h
+++ b/gcc/f/com.h
@@ -319,7 +319,7 @@ tree ffecom_make_tempvar (const char *commentary, tree type,
ffetargetCharacterSize size, int elements);
tree ffecom_modify (tree newtype, tree lhs, tree rhs);
#endif /* FFECOM_targetCURRENT == FFECOM_targetGCC */
-void ffecom_file (char *name);
+void ffecom_file (const char *name);
void ffecom_notify_init_storage (ffestorag st);
void ffecom_notify_init_symbol (ffesymbol s);
void ffecom_notify_primary_entry (ffesymbol fn);