Le dimanche 17 février 2013 21:00:56, Christian Jullien a écrit :
> _ _STDC_HOSTED_ _ The integer constant 1 if the implementation is a hosted
> implementation or the integer constant 0 if it is not.
> 
> What NULL means? Is __STD__HOSTED__ is defined or not? With which value?
> 
> To me:
> _ _STDC_HOSTED_ _ == 1 mean hosted
> _ _STDC_HOSTED_ _ == 0 mean NOT hosted, no main, stdout, stdin ...
> Not defined: don't know, "probably" hosted yet not sure.
> 
> If we decide to define this macro it should be set to 1

NULL means defined to 1. See code of tcc_define_symbol.

> 
> C.

Thomas

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to