[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] What C version tcc is supposed to implement?
From: |
Thomas Preud'homme |
Subject: |
Re: [Tinycc-devel] What C version tcc is supposed to implement? |
Date: |
Wed, 27 Feb 2013 17:23:06 +0100 |
User-agent: |
KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) |
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
signature.asc
Description: This is a digitally signed message part.
- [Tinycc-devel] What C version tcc is supposed to implement?, Christian Jullien, 2013/02/16
- Re: [Tinycc-devel] What C version tcc is supposed to implement?, Michael Matz, 2013/02/16
- Re: [Tinycc-devel] What C version tcc is supposed to implement?, Christian Jullien, 2013/02/16
- Re: [Tinycc-devel] What C version tcc is supposed to implement?, Michael Matz, 2013/02/16
- Re: [Tinycc-devel] What C version tcc is supposed to implement?, Christian Jullien, 2013/02/16
- Re: [Tinycc-devel] What C version tcc is supposed to implement?, Thomas Preud'homme, 2013/02/17
- Re: [Tinycc-devel] What C version tcc is supposed to implement?, Michael Matz, 2013/02/17
- Re: [Tinycc-devel] What C version tcc is supposed to implement?, Christian Jullien, 2013/02/17
- Re: [Tinycc-devel] What C version tcc is supposed to implement?, Thomas Preud'homme, 2013/02/17
- Re: [Tinycc-devel] What C version tcc is supposed to implement?,
Thomas Preud'homme <=