December 29, 2023 Issues » [Issue 24291] ImportC: cannot compile janet.c | |||
|---|---|---|---|
| |||
...GNUC__ means gnu C dialect? --- cjanet.c --- #undef __GNUC__ #include "janet.c" --- dmd -P-I... | |||
December 24, 2023 Issues » [Issue 24297] ImportC incompatible with glibc _FORTIFY_SOURCE | |||
|---|---|---|---|
| |||
...in it to do that, though I suspect that an:
#undef _FORTIFY_SOURCE
might work?
-- | |||
December 14, 2023 Issues » [Issue 23702] compilable/test23616.c:3:20: error: missing binary operator before token "(" | |||
|---|---|---|---|
| |||
...or recognized by ImportC, it is just #undef'd away in importc.h. You can... | |||
December 02, 2023 Issues » [Issue 23702] compilable/test23616.c:3:20: error: missing binary operator before token "(" | |||
|---|---|---|---|
| |||
...h has the following lines in it:
#undef __has_extension
#define __has_extension(x) 0... | |||
September 14, 2023 Learn » Re: Help on array pointers | |||
|---|---|---|---|
| |||
...d.en/exceptions.html#ix_exceptions.try [2]: https://c-faq.com/ansi/undef.html | |||
August 23, 2023 General » Re: No need for version expression is a lie | |||
|---|---|---|---|
| |||
...C's -D, -U switches and #define/#undef system is infinitely adjustable, and programmers inevitably... | |||
February 16, 2023 Issues » [Issue 23696] compilable/enumbase.c:3:8: error: expected identifier or ‘(’ before ‘:’ token | |||
|---|---|---|---|
| |||
...Buclaw <ibuclaw@gdcproject.org> --- Discrepancy is documented undef Extensions/enum base types. https://dlang.org... | |||
January 30, 2023 Issues » [Issue 23631] [REG master] ./src/importc.h:80:8: warning: undefining "__has_builtin" | |||
|---|---|---|---|
| |||
...from Iain Buclaw <ibuclaw@gdcproject.org> --- Bad #undef/#define of reserved macros has been reverted... | |||
January 15, 2023 Issues » [Issue 23631] [REG master] ./src/importc.h:80:8: warning: undefining "__has_builtin" | |||
|---|---|---|---|
| |||
...80:8: warning:
undefining "__has_builtin"
80 | #undef __has_builtin
| ^~~~~~~~~~~~~
----
diff:
----
-
+In file included from... | |||
January 15, 2023 Issues » [Issue 23632] New: [ImportC] undefined identifier `_Float128` | |||
|---|---|---|---|
| |||
...80:8:
warning: undefining "__has_builtin"
80 | #undef __has_builtin
| ^~~~~~~~~~~~~
/usr/include/x86_64-linux... | |||
Copyright © 1999-2021 by the D Language Foundation