Add regen files to repository.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2750 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 1998-02-14 20:52:00 +00:00
parent 8b5fd7c693
commit 86fecb7cc7
9 changed files with 6022 additions and 4030 deletions

9
Source/stringsfile.tab.h Normal file
View file

@ -0,0 +1,9 @@
#define QUOTED 257
#define LABEL 258
#define SEMICOLEN 259
#define EQUALS 260
#define ERROR 261
typedef union {
id obj;
} YYSTYPE;
extern YYSTYPE sflval;