/usr/include/oce/ExprIntrp.tab.h is in liboce-foundation-dev 0.15-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | #ifndef YYSTYPE
#define YYSTYPE int
#endif
#define SUMOP 258
#define MINUSOP 259
#define DIVIDEOP 260
#define EXPOP 261
#define MULTOP 262
#define PARENTHESIS 263
#define BRACKET 264
#define ENDPARENTHESIS 265
#define ENDBRACKET 266
#define VALUE 267
#define IDENTIFIER 268
#define COMMA 269
#define DIFFERENTIAL 270
#define DERIVATE 271
#define DERIVKEY 272
#define ASSIGNOP 273
#define DEASSIGNKEY 274
#define EQUALOP 275
#define RELSEPARATOR 276
#define CONSTKEY 277
#define SUMKEY 278
#define PRODKEY 279
extern YYSTYPE ExprIntrplval;
|