Skip to content

Commit

Permalink
update winxed snapshot to 1.8.1 - Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
NotFound committed May 9, 2012
1 parent 89cbb85 commit 9b49e86
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions ext/winxed/compiler.pir
@@ -1,5 +1,5 @@
# THIS IS A GENERATED FILE! DO NOT EDIT!
# Compiled with Winxed 1.8.0
# Compiled with Winxed 1.8.1
# Source file: winxedst2.winxed
# Begin generated code

Expand All @@ -9,7 +9,7 @@
new $P1, ['FixedIntegerArray'], 3
$P1[0] = 1
$P1[1] = 8
$P1[2] = 0
$P1[2] = 1
.return($P1)

.end # getVersion
Expand Down Expand Up @@ -15987,13 +15987,15 @@
.param pmc __ARG_2
.param pmc __ARG_3
.const 'Sub' WSubId_77 = "WSubId_77"
.const 'Sub' WSubId_94 = "WSubId_94"
self.'Statement'(__ARG_1, __ARG_3)
$P1 = __ARG_2.'get'()
__ARG_2.'unget'($P1)
$P2 = $P1.'isop'(";")
if $P2 goto __label_1
$P4 = WSubId_77(__ARG_2, __ARG_3)
setattribute self, 'expr', $P4
__ARG_2.'unget'($P1)
$P3 = WSubId_77(__ARG_2, __ARG_3)
setattribute self, 'expr', $P3
WSubId_94(';', __ARG_2)
__label_1: # endif

.end # InlineReturnStatement
Expand Down
2 changes: 1 addition & 1 deletion ext/winxed/driver.pir
@@ -1,5 +1,5 @@
# THIS IS A GENERATED FILE! DO NOT EDIT!
# Compiled with Winxed 1.8.0
# Compiled with Winxed 1.8.1
# Source file: winxed_installed.winxed
# Begin generated code

Expand Down
2 changes: 1 addition & 1 deletion frontend/parrot2/prt0.pir
@@ -1,5 +1,5 @@
# THIS IS A GENERATED FILE! DO NOT EDIT!
# Compiled with Winxed 1.8.0
# Compiled with Winxed 1.8.1
# Source file: frontend/parrot2/prt0.winxed
# Begin generated code

Expand Down

0 comments on commit 9b49e86

Please sign in to comment.