appleseedlab / superc

The SuperC Parsing Framework
24 stars 4 forks source link

Inform user when a guarded header file is encountered #148

Closed kaarthikalagappan closed 3 years ago

kaarthikalagappan commented 3 years ago

In addition to informing the user when entering a header file, the showHeaders flag will also now inform the user when encountering a guarded header file (case where it will not enter the header file since it was already included/encountered in the source program).