openenclave / oeedger8r-cpp

An implementation of oeedger8r in C++
MIT License
8 stars 13 forks source link

Fix bugs in nested ifndef/ifdef #35

Closed mingweishih closed 4 years ago

mingweishih commented 4 years ago

This PR fixes the incorrect behavior if nested ifdef/ifndef logic.

fixes #34