mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 17:51:01 +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
11 lines
157 B
C
11 lines
157 B
C
typedef union {
|
|
id obj;
|
|
} YYSTYPE;
|
|
#define QUOTED 258
|
|
#define LABEL 259
|
|
#define SEMICOLEN 260
|
|
#define EQUALS 261
|
|
#define ERROR 262
|
|
|
|
|
|
extern YYSTYPE sflval;
|