Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for #elif #22

Closed
norkos opened this issue Sep 26, 2013 · 2 comments
Closed

Support for #elif #22

norkos opened this issue Sep 26, 2013 · 2 comments

Comments

@norkos
Copy link

norkos commented Sep 26, 2013

Hi,

please check the example:

int main(){

ifdef A

#define C

elif (defined E)

#define D

endif

return 0;

}

breaking the lizard. Thank you.

@terryyin
Copy link
Owner

Norbert,

Thanks:-) I will look at it tonight.

br, Terry

On 2013-9-26, at 下午5:35, norkos notifications@github.com wrote:

Hi,

please check the example:

int main(){

#ifdef A

#define C
#elif (defined E)

#define D
#endif

return 0;
}

breaking the lizard. Thank you.


Reply to this email directly or view it on GitHub.

@norkos
Copy link
Author

norkos commented Sep 30, 2013

Thank you :) works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants