> From: "Christian Jullien" <eli...@orange.fr>
> Cc: <jull...@eligis.com>,
>       <make-...@gnu.org>,
>       <tinycc-devel@nongnu.org>
> Date: Sat, 5 Nov 2022 17:03:44 +0100
> 
> Please note that even VisualC++ uses defines (in mapping.h)
> /**
>  * Map stroll to _strtoi64
>  *
>  * stroll does not properly map in Windows; this is needed to ensure calls to
>  * strtoll(const char *nptr, char **endptr, int base) will compile in Windows.
>  */
> #define strtoll _strtoi64
> 
> /**
>  * Map strtoull to _strtoui64
>  *
>  * strtoull does not properly map in Windows; this is needed to ensure calls 
> to
>  * strtoull(const char *nptr, char **endptr, int base) will compile in 
> Windows.
>  */
> #define strtoull _strtoui64
> 
> So, probably we'll do the same for tcc.

When you do, please tell, and we will fix config.h at that time.

Thanks.

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

Reply via email to