summaryrefslogtreecommitdiff
path: root/gcc/f/parse.c
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2003-01-12 02:32:39 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2003-01-12 02:32:39 +0000
commit33f00006df41116a61eeb3138e7ed9959f8fb100 (patch)
treeec3b99b3bf3534801ef39a4e8d5e10536ba9671e /gcc/f/parse.c
parent2883a3edf742fdc13c2730a16cc47649d6353251 (diff)
downloadgcc-33f00006df41116a61eeb3138e7ed9959f8fb100.tar.gz
* com.c (ffecom_convert_narrow_, ffecom_convert_widen_,
pushdecl_top_level, storedecls, convert, delete_block, insert_block, ffe_init, ffe_mark_addressable, poplevel, ffe_print_identifier, pushdecl, pushlevel, set_block, ffe_signed_or_unsigned_type, ffe_signed_type, ffe_truthvalue_conversion, ffe_type_for_mode, ffe_type_for_size, ffe_unsigned_type, append_include_chain, open_include_file, read_filename_string, read_name_map): Convert to ISO C style function definitions. * parse.c (ffe_parse_file): Likewise. * top.c (ffe_is_digit_string_): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61219 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/parse.c')
-rw-r--r--gcc/f/parse.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/f/parse.c b/gcc/f/parse.c
index 106ff3f60cc..e21dcce87b2 100644
--- a/gcc/f/parse.c
+++ b/gcc/f/parse.c
@@ -29,8 +29,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
extern FILE *finput;
void
-ffe_parse_file (set_yydebug)
- int set_yydebug ATTRIBUTE_UNUSED;
+ffe_parse_file (int set_yydebug ATTRIBUTE_UNUSED)
{
ffewhereFile wf;