kierenj / 0x10c-DevKit

0x10c DevKit
http://0x10c-devkit.com/
39 stars 4 forks source link

Macro Brace Position Too Strict #137

Open CannibalVox opened 12 years ago

CannibalVox commented 12 years ago

Hello, the following code is not considered valid currently, because the opening brace for a macro must be on the same line as the #macro definition. Not a serious issue, but due to my job's coding standard, I'm having to fight with my muscle memory :)

#macro macro1(param) 
{
    SET A, param
}

macro1(1)
kierenj commented 12 years ago

Thanks, will implement