libs-base/Source/stringsfile.tab.h
richard fe8b8fa3d4 Updated distributed objects code to cope with triangular relationships -
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
1998-06-26 20:39:50 +00:00

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;