aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/stc.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2001-09-13 14:37:29 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2001-09-13 14:37:29 +0000
commit83182544dbfc89d2d974431383d61039cac9b773 (patch)
treec5d68aba90c30f41b5992271d9c2e33574c3a647 /gcc/f/stc.c
parentf404402c4ebc0b51b63128c9ce40b381743c9cb0 (diff)
downloadgcc-83182544dbfc89d2d974431383d61039cac9b773.zip
gcc-83182544dbfc89d2d974431383d61039cac9b773.tar.gz
gcc-83182544dbfc89d2d974431383d61039cac9b773.tar.bz2
c-parse.in (yyerror): Const-ification and/or static-ization.
* c-parse.in (yyerror): Const-ification and/or static-ization. * c-typeck.c (push_member_name): Likewise. * collect2.c (main): Likewise. * dbxout.c (dbxout_parms): Likewise. * diagnostic.c (format_with_decl): Likewise. * dwarf2out.c (output_ranges): Likewise. * dwarfout.c (fundamental_type_code): Likewise. * except.c (dw2_output_call_site_table): Likewise. * gcc.c (do_spec_1): Likewise. * genopinit.c (optabs): Likewise. * objc/objc-act.c (synth_id_with_class_suffix, start_class, gen_declaration_1, handle_impent): Likewise. * protoize.c (default_include, in_system_include_dir, abspath): Likewise. * sched-vis.c (visualize_stall_cycles): Likewise. * sdbout.c (plain_type_1, sdbout_end_function, sdbout_end_epilogue): Likewise. * varasm.c (decode_reg_name): Likewise. * 1750a.c (mod_regno_adjust): Likewise. * alpha.c (alpha_write_one_linkage, unicosmk_output_default_externs): Likewise. * arm.c (arm_condition_codes): Likewise. * arm.h (arm_condition_codes): Likewise. * avr.c (output_movsisf, encode_section_info): Likewise. * darwin.h (GEN_BINDER_NAME_FOR_STUB, GEN_SYMBOL_NAME_FOR_SYMBOL): Likewise. * i386.c (hi_reg_name, qi_reg_name, qi_high_reg_name): Likewise. * i386.h (hi_reg_name, qi_reg_name, qi_high_reg_name): Likewise. * m88k.c (output_function_profiler): Likewise. * mips.c (mips_output_conditional_branch): Likewise. * ns32k.c (ns32k_out_reg_names): Likewise. * ns32k.h (ns32k_out_reg_names): Likewise. * pj.c (pj_output_rval): Likewise. * rs6000.c (GEN_LOCAL_LABEL_FOR_SYMBOL): Likewise. * sparc.c (sparc_flat_function_prologue, sparc_flat_function_epilogue): Likewise. cp: * decl.c (warn_extern_redeclared_static, cp_make_fname_decl): Const-ification. * pt.c (tsubst_decl): Likewise. f: * bad.c (ffebad_finish): Const-ification and/or static-ization. * intrin.c (ffeintrin_cmp_name_): Likewise. * stc.c (ffestc_R904): Likewise. java: * expr.c (expand_invoke): Const-ification. * parse.y (patch_method_invocation): Likewise. From-SVN: r45581
Diffstat (limited to 'gcc/f/stc.c')
-rw-r--r--gcc/f/stc.c39
1 files changed, 13 insertions, 26 deletions
diff --git a/gcc/f/stc.c b/gcc/f/stc.c
index 8a7efa6..1f17766 100644
--- a/gcc/f/stc.c
+++ b/gcc/f/stc.c
@@ -10203,8 +10203,7 @@ ffestc_R904 ()
{
int i;
int expect_file;
- const char *const status_strs[]
- =
+ static const char *const status_strs[] =
{
"New",
"Old",
@@ -10212,29 +10211,25 @@ ffestc_R904 ()
"Scratch",
"Unknown"
};
- const char *const access_strs[]
- =
+ static const char *const access_strs[] =
{
"Append",
"Direct",
"Keyed",
"Sequential"
};
- const char *const blank_strs[]
- =
+ static const char *const blank_strs[] =
{
"Null",
"Zero"
};
- const char *const carriagecontrol_strs[]
- =
+ static const char *const carriagecontrol_strs[] =
{
"Fortran",
"List",
"None"
};
- const char *const dispose_strs[]
- =
+ static const char *const dispose_strs[] =
{
"Delete",
"Keep",
@@ -10244,42 +10239,36 @@ ffestc_R904 ()
"Submit",
"Submit/Delete"
};
- const char *const form_strs[]
- =
+ static const char *const form_strs[] =
{
"Formatted",
"Unformatted"
};
- const char *const organization_strs[]
- =
+ static const char *const organization_strs[] =
{
"Indexed",
"Relative",
"Sequential"
};
- const char *const position_strs[]
- =
+ static const char *const position_strs[] =
{
"Append",
"AsIs",
"Rewind"
};
- const char *const action_strs[]
- =
+ static const char *const action_strs[] =
{
"Read",
"ReadWrite",
"Write"
};
- const char *const delim_strs[]
- =
+ static const char *const delim_strs[] =
{
"Apostrophe",
"None",
"Quote"
};
- const char *const recordtype_strs[]
- =
+ static const char *const recordtype_strs[] =
{
"Fixed",
"Segmented",
@@ -10288,8 +10277,7 @@ ffestc_R904 ()
"Stream_LF",
"Variable"
};
- const char *const pad_strs[]
- =
+ static const char *const pad_strs[] =
{
"No",
"Yes"
@@ -10458,8 +10446,7 @@ ffestc_R904 ()
void
ffestc_R907 ()
{
- const char *const status_strs[]
- =
+ static const char *const status_strs[] =
{
"Delete",
"Keep",