1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-07-05 04:28:57 +00:00

Fix const size initialization

This commit is contained in:
David Schmenk 2015-01-14 13:00:02 -08:00
parent 815b88e50f
commit 6aebc2ef4f
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -3006,7 +3006,7 @@ def parse_constexpr(valptr, sizeptr)
word optos
*valptr = 0
*sizeptr = 1
^sizeptr = 1
matchop = 0
optos = opsp
repeat