Fixed typos in inclhack.def

Rainer Orth ro@TechFak.Uni-Bielefeld.DE
Thu Mar 8 12:31:00 GMT 2001


> On Mar  8, 2001, Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> wrote:
> 
> > + *  Completely replace <_int_varargs.h&> with a file that includes gcc's
>                                          ^ oops

Indeed, sorry (even if it's only inside a comment).  Fixed below.

	Rainer

-----------------------------------------------------------------------------
Rainer Orth, Faculty of Technology, Bielefeld University

Email: ro@TechFak.Uni-Bielefeld.DE


Thu Mar  8 21:09:10 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>

	* fixinc/inclhack.def (AAB_dgux_int_varargs): Don't use HTML
	entities.
	* fixinc/fixincl.x: Regenerate.

Index: inclhack.def
===================================================================
RCS file: /cvs/gcc/egcs/gcc/fixinc/inclhack.def,v
retrieving revision 1.101.2.1
diff -u -p -r1.101.2.1 inclhack.def
--- inclhack.def	2001/02/21 20:08:17	1.101.2.1
+++ inclhack.def	2001/03/08 20:29:04
@@ -86,7 +98,7 @@ fix = {
 /* And now, the real fixes, replacement text fixes first: */
 
 /*
- *  Completely replace <_int_varargs.h> with a file that includes gcc's
+ *  Completely replace <_int_varargs.h> with a file that includes gcc's
  *  stdarg.h or varargs.h files as appropriate on DG/UX
  */
 fix = {
@@ -105,7 +117,7 @@ fix = {
 */
 
 \#ifndef ___int_features_h
-\#include <sys/_int_features.h>
+\#include <sys/_int_features.h>
 \#endif
 
 \#if !(defined(_VA_LIST) || defined(_VA_LIST_))



More information about the Gcc-patches mailing list