tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] Patch that adds missing conditional standard defines and


From: Petr Skočík
Subject: [Tinycc-devel] Patch that adds missing conditional standard defines and iso646.h
Date: Mon, 17 Jul 2017 15:50:31 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

Hi.

This adds
#define __STDC_NO_ATOMICS__ 1
#define __STDC_NO_COMPLEX__ 1
#define __STDC_NO_THREADS__ 1
#define __STDC_NO_VLA__ 1
and
an iso646.h header.

I think it should included in tcc.

I'm using an all of C header (https://pastebin.com/bjwRJY9Q) and if this
is part of tcc, I won't have to special-case the compiler inside the header.

Best regards,
Petr Skocik

Attachment: 0001-add-missing-standard-macros-and-iso646.h.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]