ocarina icon indicating copy to clipboard operation
ocarina copied to clipboard

Source_Name should respect case for C Language

Open yoogx opened this issue 12 years ago • 0 comments

Source_Name => “bcmgr”; Source_Name => “BCMgr”; Source_Name => “BCMGR”;

are all generated by ocarina as “bcmgr” and if my code is anything but “bcmgr” I get a undefined symbol from subprograms.c.

yoogx avatar Jan 31 '13 16:01 yoogx