VM: Remove WINCE #ifndef; fold wince? words

db4
Erik Charlebois 2013-05-12 23:55:50 -04:00
parent b918c3e646
commit 7ea2150c39
2 changed files with 2 additions and 4 deletions

View File

@ -267,7 +267,7 @@ M: arm-backend %box-large-struct ( n size -- )
"box_value_struct" f %alien-invoke ; "box_value_struct" f %alien-invoke ;
M: arm-backend struct-small-enough? ( size -- ? ) M: arm-backend struct-small-enough? ( size -- ? )
wince? [ drop f ] [ 4 <= ] if ; 4 <= ;
M: arm-backend %prepare-alien-invoke M: arm-backend %prepare-alien-invoke
#! Save Factor stack pointers in case the C code calls a #! Save Factor stack pointers in case the C code calls a
@ -316,7 +316,7 @@ M: arm-backend value-structs? t ;
M: arm-backend small-enough? ( n -- ? ) 0 255 between? ; M: arm-backend small-enough? ( n -- ? ) 0 255 between? ;
M: long-long-type c-type-stack-align? drop wince? not ; M: long-long-type c-type-stack-align? drop t ;
M: arm-backend fp-shadows-int? ( -- ? ) f ; M: arm-backend fp-shadows-int? ( -- ? ) f ;

View File

@ -9,9 +9,7 @@
#define _REENTRANT #define _REENTRANT
#endif #endif
#ifndef WINCE
#include <errno.h> #include <errno.h>
#endif
/* C headers */ /* C headers */
#include <fcntl.h> #include <fcntl.h>