s1s0 / toped

Cross platform, open source IC layout editor
http://www.toped.org.uk/
GNU General Public License v2.0
15 stars 8 forks source link

TELL: nested preprocessor commands #114

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
nested preprocessor commands are not recognized which is the regular case for 
various configuration setups

example:

#ifndef __T1__
#define __T1__

#ifndef __T2__
#define __T2__

#endif

#endif

take also a look to the attached files

Original issue reported on code.google.com by analogc...@gmx.net on 7 Aug 2011 at 12:37

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in r1910.
The nested ifdefs were simply forgotten.

Original comment by krustev....@gmail.com on 8 Aug 2011 at 11:37

GoogleCodeExporter commented 9 years ago

Original comment by krustev....@gmail.com on 8 Aug 2011 at 11:40

GoogleCodeExporter commented 9 years ago

Original comment by krustev....@gmail.com on 1 Apr 2012 at 12:21