* scan-decls.c (scan_decls): Fix typo.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Sat, 15 Sep 2001 11:09:38 +0000 (11:09 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sat, 15 Sep 2001 11:09:38 +0000 (11:09 +0000)
From-SVN: r45628

gcc/ChangeLog
gcc/scan-decls.c

index aa960763844559130561c36cc94eaf890ca6fd6d..24aad727cb43d62f2ce622d217f9625993312596 100644 (file)
@@ -1,3 +1,7 @@
+2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * scan-decls.c (scan_decls): Fix typo.
+
 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
 
        * cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos.
index 7fd36cabe9eb76bf537d6384c9c84de233f05038..fbe4e9d9ae1261cd2fa532ea54f7b71e3bcd5c57 100644 (file)
@@ -170,7 +170,7 @@ scan_decls (pfile, argc, argv)
                           || token.type == CPP_ELLIPSIS)
                    have_arg_list = 1;
                }
-             recognized_function (&prev_id, token->line,
+             recognized_function (&prev_id, token.line,
                                   (saw_inline ? 'I'
                                    : in_extern_C_brace || current_extern_C
                                    ? 'F' : 'f'), have_arg_list);