X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobstack%2Fobstack.c;h=7f51a271f4f1e6ab1b632025b4aa5e2d02ea3e94;hb=051da28245f26cb1a073c764de235460e87ec64f;hp=e0cac0725fc68a0c125f8b89afe3292d800c4549;hpb=fea3446f05e1e7673607b835c269d3e8d1929ab3;p=supertux.git diff --git a/src/obstack/obstack.c b/src/obstack/obstack.c index e0cac0725..7f51a271f 100644 --- a/src/obstack/obstack.c +++ b/src/obstack/obstack.c @@ -94,7 +94,6 @@ int obstack_exit_failure = EXIT_FAILURE; (*(void (*) (void *)) (h)->freefun) ((old_chunk)); \ } while (0) - /* Initialize an obstack H for use. Specify chunk size SIZE (0 means default). Objects start on multiples of ALIGNMENT (0 means use default). CHUNKFUN is the function to use to allocate chunks, @@ -295,7 +294,7 @@ _obstack_allocated_p (struct obstack *h, void *obj) } return lp != 0; } - + /* Free objects in obstack H, including OBJ and everything allocate more recently than OBJ. If OBJ is zero, free everything in H. */