mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
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:
parent
8b5fd7c693
commit
86fecb7cc7
9 changed files with 6022 additions and 4030 deletions
9
Source/stringsfile.tab.h
Normal file
9
Source/stringsfile.tab.h
Normal 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;
|
Loading…
Add table
Add a link
Reference in a new issue