Yepessin / slb

Automatically exported from code.google.com/p/slb
0 stars 0 forks source link

Trailing comma in enum #26

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Attempt to compile with xcode3
2.
3.

What is the expected output? What do you see instead?
Expect a binary however it results in a compilation error.
Trailing comma is in Table::Action
https://code.google.com/p/slb/source/browse/include/SLB3/table.h#37

What version of the product are you using (2.xx, 3.xx, hg rev )? On what
operating system?
Head OS X 10.6

Please provide any additional information below.

Original issue reported on code.google.com by dmai...@gmail.com on 11 Oct 2014 at 7:37

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Also effects the following files:
info.h https://code.google.com/p/slb/source/browse/include/SLB3/info.h#38
script.h 
https://code.google.com/p/slb/source/browse/include/SLB3/extra/script.h#102
coroutinemanager.h 
https://code.google.com/p/slb/source/browse/include/SLB3/extra/coroutinemanager.
h#120 and 
https://code.google.com/p/slb/source/browse/include/SLB3/extra/coroutinemanager.
h#194
errorhandler.h 
https://code.google.com/p/slb/source/browse/include/SLB3/extra/errorhandler.h#38

Original comment by dmai...@gmail.com on 11 Oct 2014 at 7:59