X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fc-aux-info.c;h=16c3aec0c8903bdb75bdedd2730c3d3b1f1997e1;hb=f9e15121337d665511480c8501bd2d4e7445faff;hp=2839185a2798a405de6c07600a71733e6598f0e1;hpb=15bbde2b906281574b7fe587bd298138e07436d3;p=pf3gnuchains%2Fgcc-fork.git 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),