From 3b81d48f27e024a113ec63bdfa0b762808d5291c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 17 Oct 2000 21:23:48 +0000 Subject: Fix up ctype.h --- Rules.mak | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index ca9305969..6d8538c1b 100644 --- a/Rules.mak +++ b/Rules.mak @@ -56,6 +56,10 @@ HAS_MMU = true # Disable this if your CPU has a floating point unit (FPU) HAS_FLOATS = true +# Use C functions instead of macros for ctype.h stuff +# This should generally stay false... +USE_CTYPE_C_FUNCTIONS = false + # If you are running a cross compiler, you may want to set this # to something more interesting... CROSS = #powerpc-linux- -- cgit v1.2.3