[patch] small fix to old syntax with stinst compiler

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[patch] small fix to old syntax with stinst compiler

S11001001
Got:

Object: STEvaluationDriver new "<0x402ce430>" error: did not understand #noteOldSyntax

Tiny smalltalk--backstage--2.2--patch-71:

--- orig/packages/stinst/compiler/StartCompiler.st
+++ mod/packages/stinst/compiler/StartCompiler.st
@@ -189,7 +189,8 @@
     compile: node
     for: curClass
     classified: curCategory
-    parser: self
+    parser: self.
+ ^method
     ]
 
     endMethodList [


--
Our last-ditch plan is to change the forums into a podcast, then send
RSS feeds into the blogosphere so our users can further debate the
legality of mashups amongst this month's 20 'sexiest' gadgets.
        --Richard "Lowtax" Kyanka

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

signature.asc (196 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [patch] small fix to old syntax with stinst compiler

Paolo Bonzini
Stephen Compall wrote:
> Got:
>
> Object: STEvaluationDriver new "<0x402ce430>" error: did not understand #noteOldSyntax
>
> Tiny smalltalk--backstage--2.2--patch-71:

Applied, thanks!

Paolo



_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk