diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-03-14 05:07:15 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-03-14 05:07:15 +0000 |
commit | f9e15121337d665511480c8501bd2d4e7445faff (patch) | |
tree | b51ea120d470bb8953e46b0885064feeb114b3a5 /gcc/c-aux-info.c | |
parent | 15bbde2b906281574b7fe587bd298138e07436d3 (diff) | |
download | gcc-f9e15121337d665511480c8501bd2d4e7445faff.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@472 138bc75d-0d04-0410-961f-82ee72b054a4
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), |