Don't worry. Something does that for you. If you use:
#define name expression // comment
it gets changed to:
'#define name expression /* comment */`
I'm not sure which process does that. I expect it to be the preprocessor.
Don't worry. Something does that for you. If you use:
#define name expression // comment
it gets changed to:
'#define name expression /* comment */`
I'm not sure which process does that. I expect it to be the preprocessor.