nightrune / wrench

Preprocessor and Build Tools for the Electric Imp Platform
MIT License
4 stars 1 forks source link

can't comment out #include lines #35

Closed burghto911 closed 9 years ago

burghto911 commented 9 years ago

the following line still includes a file:

//#include "myfile.nut"

nightrune commented 9 years ago

This is a problem with gpp. We aren't likely to fix that anytime soon. I've noticed it does this with lines like #endif // package name as well.

nightrune commented 9 years ago

@burghto911 I can't reproduce this.

nightrune commented 9 years ago

Fixed with latest issue. Specificially the we used the -C command in gpp.