repo.or.cz
/
AROS-Contrib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix for a crash which happened when a document couldn't be opened.
[AROS-Contrib.git]
/
fish
/
icalc
/
complex.tab.h
blob
702af3e59b252f1f1223dd8736016b5d5e708afd
1
#ifndef BISON_COMPLEX_TAB_H
2
# define BISON_COMPLEX_TAB_H
3
4
#ifndef YYSTYPE
5
typedef
union
{
6
double
rval
;
7
Symbol
*
sym
;
8
Node
*
node
;
9
}
yystype
;
10
# define YYSTYPE yystype
11
# define YYSTYPE_IS_TRIVIAL 1
12
#endif
13
# define NUMBER 257
14
# define VAR 258
15
# define CONST 259
16
# define C_BLTIN 260
17
# define R_BLTIN 261
18
# define FUNCDEF 262
19
# define UFUNC 263
20
# define COMMAND 264
21
# define UNDEF 265
22
# define PARAMETER 266
23
# define PRECISION 267
24
# define REPEAT 268
25
# define UMINUS 269
26
27
28
extern
YYSTYPE yylval
;
29
30
#endif
/* not BISON_COMPLEX_TAB_H */