]> git.saurik.com Git - bison.git/commit
* lib/obstack.h: Formatting changes.
authorAkim Demaille <akim@epita.fr>
Fri, 17 Nov 2000 14:14:36 +0000 (14:14 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 17 Nov 2000 14:14:36 +0000 (14:14 +0000)
commitd7045ec67202b33b02242ecee50e96e2ee456514
treee2f0dfc2813fc5f680416e337518558e18f861c0
parent6fd54b73c3d8fe8b173cb68384eff3e56d7dc6f4
* lib/obstack.h: Formatting changes.
(obstack_grow, obstack_grow0): Don't cast WHERE at all: it
prevents type checking.
(obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
cast the value to (void *): assigning a `foo *' to a `void *'
variable is valid.
(obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
* src/reader.c (parse_union_decl): Typo: use obstack_1grow to
append characters.
ChangeLog
lib/obstack.h
src/reader.c