COMP: don't use stdio, it can fail on some embedded targets (sdcc)
Alex
This commit is contained in:
parent
937afc6b9b
commit
6989f80026
|
@ -16,8 +16,6 @@
|
||||||
|
|
||||||
@CHECK_TYPE_SIZE_PREMAIN@
|
@CHECK_TYPE_SIZE_PREMAIN@
|
||||||
|
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
#ifdef __CLASSIC_C__
|
#ifdef __CLASSIC_C__
|
||||||
# define const
|
# define const
|
||||||
#endif
|
#endif
|
||||||
|
@ -39,7 +37,6 @@ int main(){
|
||||||
#else
|
#else
|
||||||
int main(int ac, char*av[]){
|
int main(int ac, char*av[]){
|
||||||
#endif
|
#endif
|
||||||
printf("sizeinfo: -%s-\n", info_sizeof);
|
|
||||||
return (&info_sizeof[0] != &info_sizeof[0]);
|
return (&info_sizeof[0] != &info_sizeof[0]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue