Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: gcc/gmp/demos/calc/calc.h

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gmp/demos/calc/README ('k') | gcc/gmp/demos/calc/calc.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gmp/demos/calc/calc.h
diff --git a/gcc/gmp/demos/calc/calc.h b/gcc/gmp/demos/calc/calc.h
deleted file mode 100644
index 448cc425c59ff4a606e71b08030a384a28261f25..0000000000000000000000000000000000000000
--- a/gcc/gmp/demos/calc/calc.h
+++ /dev/null
@@ -1,43 +0,0 @@
-#ifndef BISON_CALC_H
-# define BISON_CALC_H
-
-#ifndef YYSTYPE
-typedef union {
- char *str;
- int var;
-} yystype;
-# define YYSTYPE yystype
-#endif
-# define EOS 257
-# define BAD 258
-# define HELP 259
-# define HEX 260
-# define DECIMAL 261
-# define QUIT 262
-# define ABS 263
-# define BIN 264
-# define FIB 265
-# define GCD 266
-# define KRON 267
-# define LCM 268
-# define LUCNUM 269
-# define NEXTPRIME 270
-# define POWM 271
-# define ROOT 272
-# define SQRT 273
-# define NUMBER 274
-# define VARIABLE 275
-# define LOR 276
-# define LAND 277
-# define EQ 278
-# define NE 279
-# define LE 280
-# define GE 281
-# define LSHIFT 282
-# define RSHIFT 283
-# define UMINUS 284
-
-
-extern YYSTYPE yylval;
-
-#endif /* not BISON_CALC_H */
« no previous file with comments | « gcc/gmp/demos/calc/README ('k') | gcc/gmp/demos/calc/calc.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698