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

Trailing comma in enum #26

Open
GoogleCodeExporter opened this issue Mar 16, 2015 · 2 comments
Open

Trailing comma in enum #26

GoogleCodeExporter opened this issue Mar 16, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 11 Oct 2014 at 7:37

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 11 Oct 2014 at 7:59

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

No branches or pull requests

1 participant