Book a Demo

Author Topic: Preprocessor Macros for C  (Read 3039 times)

Michael Rufer

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Preprocessor Macros for C
« on: March 24, 2010, 09:12:52 pm »
I need to define some preprocessor macros for C , because the source code has some none ansi C constructs for interrupt handling.
The parsing fails because of these constructs.

When I open the "Preprocessor Macros" menu from the settings i can not select the C language from the dropdown and therefore also not define any macros.

Is there a reason why C language should not be available as selection?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Preprocessor Macros for C
« Reply #1 on: March 25, 2010, 08:14:48 am »
I believe it uses the same macros as C++.