26 Commits

Author SHA1 Message Date
Richard M. Stallman
7d369561eb Add a Bison version comment. 1997-06-28 19:41:24 +00:00
Richard M. Stallman
70ddf8972a Use malloc, if using alloca is troublesome.
(YYSTACK_USE_ALLOCA): New flag macro.
Define it for some systems and compilers.
(YYSTACK_ALLOC): New macro.
(yyparse): Use YYSTACK_ALLOC to allocate stack.
If it was malloc'd, free it.
1997-05-17 18:44:24 +00:00
Richard M. Stallman
3054a9cdfb (alloca) [__hpux]: Always define as __builtin_alloca. 1997-04-23 18:01:25 +00:00
Richard M. Stallman
009b94d421 [__hpux]: Include alloca.h (right for HPUX 10)
instead of declaring alloca (right for HPUX 9).
1997-04-22 22:23:48 +00:00
Richard M. Stallman
5e02f2ada1 (__yy_memcpy): Declare arg `count' as unsigned int.
(yyparse): Cast third arg to __yy_memcpy to unsigned int.
1997-04-22 22:19:12 +00:00
Paul Eggert
1b1816515e (yyparse): If __GNUC__ and YYPARSE_PARAM are both defined,
declare yyparse to have a void * argument.
1996-12-18 02:18:10 +00:00
Richard M. Stallman
32d5c018d8 Test _MSDOS as well as _MSDOS_. 1996-08-12 22:17:15 +00:00
Richard M. Stallman
b6287af6f6 [__sun && __i386]: Include alloca.h. 1996-07-31 19:18:57 +00:00
Richard M. Stallman
444fbf65fb Comment change. 1996-07-30 04:37:37 +00:00
Richard M. Stallman
db245ba812 Test _MSDOS_, not MSDOS. 1996-07-30 04:37:16 +00:00
Richard M. Stallman
4cf401b28e (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t. 1996-05-12 22:17:15 +00:00
Richard M. Stallman
c245d0d38d (__yy_memcpy): Really reorder the args, as was supposedly done on Feb 14 1995.
(yyparse): Calls changed accordingly.
1996-05-11 19:19:55 +00:00
Richard M. Stallman
a8a7082ea6 Fix line numbers in #line commands. 1995-12-29 04:29:18 +00:00
Richard M. Stallman
30f5b1ccd3 (YYPARSE_PARAM_DECL): In C++, make it always null.
(YYPARSE_PARAM_ARG): New macro.
(yyparse): Use YYPARSE_PARAM_ARG.
1995-12-27 12:43:49 +00:00
Richard M. Stallman
cfeaeb52f5 Comment change. 1995-05-06 05:35:44 +00:00
Richard M. Stallman
c71f8bbaa3 Change distribution terms. 1995-05-03 07:13:20 +00:00
Jim Meyering
ba39f603a6 (__yy_memcpy): Renamed from __yy_bcopy to avoid
confusion.  Reverse FROM and TO arguments to be consistent with
those of memcpy.
1995-02-14 16:49:32 +00:00
Richard M. Stallman
21b14802aa Update copyright notice and GPL version. 1994-09-15 21:39:22 +00:00
Richard M. Stallman
cc90caacec entered into RCS 1994-03-26 20:33:04 +00:00
Richard M. Stallman
e425e87207 *** empty log message *** 1993-11-21 10:25:13 +00:00
Richard M. Stallman
21b3ea1545 *** empty log message *** 1993-10-19 03:55:14 +00:00
Richard M. Stallman
b658bf92ac *** empty log message *** 1993-10-14 16:19:10 +00:00
Richard M. Stallman
c6c88451a7 *** empty log message *** 1993-07-24 08:00:44 +00:00
Richard M. Stallman
fb75fa822d *** empty log message *** 1993-07-04 20:07:28 +00:00
Richard M. Stallman
be4bf8770a *** empty log message *** 1993-06-16 21:02:31 +00:00
Richard M. Stallman
10fa2066c9 Initial revision 1993-06-03 17:07:14 +00:00