ProSurfer73 / Macro-Parser

A C/C++ macro calculator
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Macro not imported #36

Closed ProSurfer73 closed 2 years ago

ProSurfer73 commented 2 years ago

image

ProSurfer73 commented 2 years ago

It's not a bug. It is due to the option importOnlySourceFileExtension set by default to 1. When this option is set to 1, only files with .h ; .hpp ; .cpp ; .c will be imported. To disable the behavior, you simply type 'changeoption importOnlySourceFileExtension 0'. The program will then scan all files no matter the extension.