help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] [patch] small fix to old syntax with stinst compiler


From: Stephen Compall
Subject: [Help-smalltalk] [patch] small fix to old syntax with stinst compiler
Date: Mon, 05 Nov 2007 15:48:17 +0000

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

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]