mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-03 05:11:17 +00:00
* config/config.forward.m: New file. (Fixes bug #11188). * Source/GSFormat.m (GSFormat): Assign wchar via var args from an int (Fixes bug #10950). * Testing/string.m: Tests for standardizing path. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20427 72102866-910b-0410-8b05-ffd578937521
7 lines
117 B
Objective-C
7 lines
117 B
Objective-C
#include <objc/objc-api.h>
|
|
|
|
int main (void)
|
|
{
|
|
IMP (*__objc_msg_forward1)(SEL) = __objc_msg_forward;
|
|
return 0;
|
|
}
|