Menu

#153 Handle #define ABC_H "abc.h" / #include ABC_H

Feature request
open
nobody
None
9
2015-07-22
2015-07-21
No

Freetype library makes use of #defines to configure which includes to use for the various build environments.

Problem is this style of inclusion is not supported by CIL.

Any possibility to support this style of usage in C as it is supported by all C Pre-Processors.

Discussion

  • Christoph L. Spiel

    Where is the problem? The cilly binary (cilly.byte or cilly.native) works
    on preprocessed sources, it never sees a #define (which can be a problem by
    itself).

     
    • Robert Massart

      Robert Massart - 2015-07-22
      Post awaiting moderation.

Log in to post a comment.