* fixinc/fixincl.c: Remove #error, it is not portable.
From-SVN: r26981
This commit is contained in:
parent
74c1118e9e
commit
180013289b
@ -1,3 +1,7 @@
|
|||||||
|
Mon May 17 23:56:39 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||||
|
|
||||||
|
* fixinc/fixincl.c: Remove #error, it is not portable.
|
||||||
|
|
||||||
Mon May 17 23:50:41 1999 Marc Espie <espie@cvs.openbsd.org>
|
Mon May 17 23:50:41 1999 Marc Espie <espie@cvs.openbsd.org>
|
||||||
|
|
||||||
* collect2.c (main): Fix typo in COLLECT2_HOST_INITIALIZATION.
|
* collect2.c (main): Fix typo in COLLECT2_HOST_INITIALIZATION.
|
||||||
|
@ -269,7 +269,7 @@ main (argc, argv)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
#error "NON-BOGUS LIMITS NOT SUPPORTED?!?!"
|
/*#*/ error "NON-BOGUS LIMITS NOT SUPPORTED?!?!"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user