diff options
author | Richard Stallman <rms@gnu.org> | 1992-03-14 05:07:15 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-03-14 05:07:15 +0000 |
commit | d45cf215ee7cefef0044a6bd3ee1c2c7b2466039 (patch) | |
tree | b51ea120d470bb8953e46b0885064feeb114b3a5 /gcc/c-aux-info.c | |
parent | 23b2ce53390902084893cd7eb735b2332c927b67 (diff) | |
download | gcc-d45cf215ee7cefef0044a6bd3ee1c2c7b2466039.tar.gz |
*** empty log message ***
From-SVN: r472
Diffstat (limited to 'gcc/c-aux-info.c')
-rw-r--r-- | gcc/c-aux-info.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gcc/c-aux-info.c b/gcc/c-aux-info.c index 2839185a279..16c3aec0c89 100644 --- a/gcc/c-aux-info.c +++ b/gcc/c-aux-info.c @@ -30,6 +30,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "tree.h" #include "c-tree.h" +#ifndef errno +extern int errno; +#endif + extern char* xmalloc (); enum formals_style_enum { @@ -231,7 +235,7 @@ gen_formal_list_for_type (fntype, style) more typing information (for the parameter list) should be added (by hand) at some convenient moment. - The string chozen here is a comment with question marks in it. */ + The string chosen here is a comment with question marks in it. */ if (!*formal_list) { @@ -636,7 +640,7 @@ gen_aux_info_record (fndecl, is_definition, is_implicit, is_prototyped) fprintf (aux_info_file, "/* compiled from: %s */\n", wd); } - /* Write the actual line of auxilliary info. */ + /* Write the actual line of auxiliary info. */ fprintf (aux_info_file, "/* %s:%d:%c%c */ %s;", DECL_SOURCE_FILE (fndecl), |