stype.h
Go to the documentation of this file.
1 #ifndef STYPE_H
2 #define STYPE_H
3 /****************************************
4 * Computer Algebra System SINGULAR *
5 ****************************************/
6 /*
7 * ABSTRACT: flex/bison interface
8 */
9 
10 #include "kernel/structs.h"
11 #include "Singular/subexpr.h"
12 
13 typedef union
14 {
15  int i;
16  char * name;
18 } MYYSTYPE;
19 #define YYSTYPE MYYSTYPE
21 
22 int yylex(MYYSTYPE *l);
23 
24 #endif
char * name
Definition: stype.h:16
Class used for (list of) interpreter objects.
Definition: subexpr.h:82
#define EXTERN_VAR
Definition: globaldefs.h:6
int yylex(MYYSTYPE *l)
int i
Definition: stype.h:15
#define YYSTYPE
Definition: stype.h:19
EXTERN_VAR YYSTYPE yylval
Definition: stype.h:20
Definition: stype.h:13
sleftv lv
Definition: stype.h:17
int l
Definition: cfEzgcd.cc:93