COMP: don't use stdio, it can fail on some embedded targets (sdcc)

Alex
This commit is contained in:
Alexander Neundorf 2007-06-05 10:20:21 -04:00
parent 937afc6b9b
commit 6989f80026
1 changed files with 0 additions and 3 deletions

View File

@ -16,8 +16,6 @@
@CHECK_TYPE_SIZE_PREMAIN@
#include <stdio.h>
#ifdef __CLASSIC_C__
# define const
#endif
@ -39,7 +37,6 @@ int main(){
#else
int main(int ac, char*av[]){
#endif
printf("sizeinfo: -%s-\n", info_sizeof);
return (&info_sizeof[0] != &info_sizeof[0]);
}