Hi! There is a function objc_msgSendSuper declared in Apple's obj-c runtime, but gnustep does not provide such API.
So, is there no way to call super method implementation with gnustep, right?
Are there complications with the implementation of objc_msgSendSuper in comparison with objc_msgSend? Thanks!