Commit f91d9a46 by Richard Stallman

Undef TRUE and FALSE before #include.

From-SVN: r4552
parent 5f781ba3
......@@ -19,6 +19,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define USG
#undef TRUE
#undef FALSE
#include "i386/xm-i386.h"
#define bcopy(a,b,c) memcpy (b,a,c)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment