* amd/sun_map_parse.y: instead of using a custom FOO_alloc()
authorErez Zadok <ezk@cs.sunysb.edu>
Fri, 12 Aug 2005 02:28:38 +0000 (02:28 +0000)
committerErez Zadok <ezk@cs.sunysb.edu>
Fri, 12 Aug 2005 02:28:38 +0000 (02:28 +0000)
commit3ec4fd29ffb815365c09f74e6b727f0541cfef4f
treec805e18aa5446f807459e900631efec9453fbfa6
parentaff461405a3c09fce666e1c48ecd2c4d24da158d
* amd/sun_map_parse.y: instead of using a custom FOO_alloc()
function, use Amd's CALLOC(struct FOO) macro.

* amd/sun_map.h: remove extern definitions to functions no longer
needed.

* amd/sun_map.c: removed superfluous *_alloc() functions, some of
which caused conflicts with same-named symbols in the parser
(since we rename 'yyalloc' to 'sun_map_alloc').
ChangeLog
amd/sun_map.c
amd/sun_map.h
amd/sun_map_parse.y