fb39ca4 / picoc

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

Problems when a variable is assigned a default value in a function definition #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In ParseDeclaration, I removed the Parser->Mode test before
VariableStackPop near the end. It caused a crash when a variable is
assigned a default value in a function definition. The condition is still
reported as an error, but at least it does not crash.

Original issue reported on code.google.com by zik.sale...@gmail.com on 2 Jun 2009 at 12:44

GoogleCodeExporter commented 8 years ago
Can't reproduce an error.

Original comment by zik.sale...@gmail.com on 2 Jun 2009 at 6:34