diff options
author | Gunter Knauf <gk@gknw.de> | 2004-06-22 23:56:19 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2004-06-22 23:56:19 +0000 |
commit | 522b4d7576048d20f6fc9e6c888e2e743d3dab90 (patch) | |
tree | ac5931e94cd4261c8c69a7387f41fe0bf990946d /lib | |
parent | d6dcb084077d1220ba2f153bc9534bdb166b2be7 (diff) |
one copy&paste too much, removed the define again.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/getdate.c.cvs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/getdate.c.cvs b/lib/getdate.c.cvs index 8607df3db..1e7d97727 100644 --- a/lib/getdate.c.cvs +++ b/lib/getdate.c.cvs @@ -47,11 +47,6 @@ #define YYDEBUG 0 #endif -#ifndef YYSTACK_USE_ALLOCA - /* to satisfy gcc -Wundef, we set this to 0 */ -#define YYSTACK_USE_ALLOCA 0 -#endif - /* Since the code of getdate.y is not included in the Emacs executable itself, there is no need to #define static in this file. Even if the code were included in the Emacs executable, it probably |