Remove PARAMS and upgrade to latest obstack.h.

This commit is contained in:
Paul Eggert
2004-04-28 06:15:34 +00:00
parent ca6f187f64
commit 7d7d666369
12 changed files with 111 additions and 134 deletions

View File

@@ -216,9 +216,7 @@ ebitset_elt_alloc (void)
obstack_specify_allocation (&ebitset_obstack, OBSTACK_CHUNK_SIZE,
__alignof__ (ebitset_elt),
(void *(*)PARAMS ((long int)))
OBSTACK_CHUNK_ALLOC,
(void (*)PARAMS ((void *)))
OBSTACK_CHUNK_FREE);
}