foralex / picoc

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

Missing parameter in definition/declaration of PicocParseInteractive #141

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. parse.c (line 882): PicocParseInteractive(), empty parameter list
2. picoc.h (line 39): PicocParseInteractive(), empty parameter list
3. The parameter should probably be an int, "Enable Debugger", that is 
forwarded to PicocParseInteractiveNoStartPrompt in parse.c (line 885)

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Latest version if picoc from read-only SVN (as of october 19, 2011)

Please provide any additional information below.

Original issue reported on code.google.com by jjohans...@gmail.com on 19 Oct 2011 at 8:23

GoogleCodeExporter commented 8 years ago
I think this is fixed now? I never actually saw this problem but it doesn't 
seem to be a problem for anyone else. I'm presuming it was a faulty checkin.

Original comment by zik.sale...@gmail.com on 16 Mar 2013 at 7:52