Formatting changes.
authorJim Meyering <jim@meyering.net>
Sat, 18 Nov 2000 09:50:09 +0000 (09:50 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 18 Nov 2000 09:50:09 +0000 (09:50 +0000)
commit291a8b36a3a85ca30c06556e554320868d02769f
tree1542862e8a13f4bab1fcebea002294a33caf6c13
parentdee127ebac5a16bcdcf872bcbafa51b22248c9ba
Formatting changes.
(obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
prevent 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.
lib/obstack.h