mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-26 18:21:04 +00:00
Process A vends object to B which vends object to C. There was a problem where B could give the object to C and release it in A before C could get a proxy to the original in A. Now we give it 30 seconds to establish the connection. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2824 72102866-910b-0410-8b05-ffd578937521
9 lines
126 B
C
9 lines
126 B
C
typedef union {
|
|
id obj;
|
|
} YYSTYPE;
|
|
#define NSSTRING 258
|
|
#define NSDATA 259
|
|
#define ERROR 260
|
|
|
|
|
|
extern YYSTYPE pllval;
|