[BACK]Return to calc.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gmp / demos

File: [local] / OpenXM_contrib / gmp / demos / Attic / calc.h (download)

Revision 1.1.1.1 (vendor branch), Sat Sep 9 14:13:19 2000 UTC (23 years, 9 months ago) by maekawa
Branch: GMP
CVS Tags: maekawa-ipv6, VERSION_3_1_1, VERSION_3_1, RELEASE_1_2_2, RELEASE_1_2_1, RELEASE_1_1_3
Changes since 1.1: +0 -0 lines

Import gmp 3.1

typedef union {
  char  *str;
  int   var;
} YYSTYPE;
#define	EOS	257
#define	BAD	258
#define	HEX	259
#define	DECIMAL	260
#define	QUIT	261
#define	ABS	262
#define	BIN	263
#define	FIB	264
#define	GCD	265
#define	LCM	266
#define	NEXTPRIME	267
#define	POWM	268
#define	ROOT	269
#define	SQRT	270
#define	NUMBER	271
#define	VARIABLE	272
#define	LOR	273
#define	LAND	274
#define	EQ	275
#define	NE	276
#define	LE	277
#define	GE	278
#define	LSHIFT	279
#define	RSHIFT	280
#define	UMINUS	281


extern YYSTYPE yylval;