OSDN Git Service

* scan-decls.c (scan_decls): Fix typo.
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 15 Sep 2001 11:09:38 +0000 (11:09 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 15 Sep 2001 11:09:38 +0000 (11:09 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45628 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/scan-decls.c

index aa96076..24aad72 100644 (file)
@@ -1,5 +1,9 @@
 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.
        Split mlstring_pos into mls_line and mls_col.
        * cppinit.c (cpp_create_reader): Initialize line to 1.
index 7fd36ca..fbe4e9d 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);