Issue status update for http://smalltalk.gnu.org/project/issue/148 Post a follow up: http://smalltalk.gnu.org/project/comments/add/148

Project:      GNU Smalltalk
Version:      <none>
Component:    Base classes
Category:     bug reports
Priority:     normal
Assigned to:  Unassigned
Reported by:  tonyg
Updated by:   bonzinip
Status:       active

Here is mine:

CStruct subclass: #StructB.
(CStruct subclass: #StructC) declaration: #((#b (#ptr #StructB))).
StructC new b elementType cObjectType printNl

(CStruct subclass: #StructD) declaration: #((#b (#ptr #{StructB}))).
StructD new b elementType cObjectType printNl

Both are fixed with your patch.

Thanks!




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

Reply via email to