diff -r 2f55519f3d0b -r 1297bf936bfb Cface__CCharNode.st --- a/Cface__CCharNode.st Mon Jul 18 16:13:22 2011 +0000 +++ b/Cface__CCharNode.st Wed May 30 19:55:53 2012 +0000 @@ -30,6 +30,12 @@ "superclass Cface::CBuiltinNode says that I am responsible to implement this method" ^ self shouldImplement +! + +stxStructFieldGetterSelector + ^ #byteAt: + + "Created: / 30-05-2012 / 21:36:18 / Jan Vrany " ! ! !CCharNode methodsFor:'visiting'!