[Issue 23699] compilable/test22807.c:10:10: error: unknown type name ‘OldFashionedHeader’

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Feb 20 07:00:57 UTC 2023


https://issues.dlang.org/show_bug.cgi?id=23699

Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla at digitalmars.com

--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> ---
ImportC deals with tag name spaces like C++ does. I.e. they are distinct only
if there is both a tag name declaration and a regular name declaration both in
the same scope.

It shouldn't cause any more trouble than using a C++ compiler to compile C
code.

--


More information about the Digitalmars-d-bugs mailing list