https://issues.dlang.org/show_bug.cgi?id=24291
--- Comment #6 from anonymous4 <[email protected]> --- Oh, __GNUC__ means gnu C dialect? --- cjanet.c --- #undef __GNUC__ #include "janet.c" --- dmd -P-I. -c cjanet.c Does this work? --
d-bugmail--- via Digitalmars-d-bugs Fri, 29 Dec 2023 03:12:20 -0800
https://issues.dlang.org/show_bug.cgi?id=24291
--- Comment #6 from anonymous4 <[email protected]> --- Oh, __GNUC__ means gnu C dialect? --- cjanet.c --- #undef __GNUC__ #include "janet.c" --- dmd -P-I. -c cjanet.c Does this work? --