X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fbumpalloc.h;h=1f55b9ad9fccbd3619b96c5d389f0e1179fec59b;hb=4bbca92c2c28a5528f67ec776c635a2a0009ccbf;hp=139cd8a3e4da645774dd84b5a5ff79f8461ead96;hpb=b3b26ab6cd528e6e2dbde69845eed17a0fbb139d;p=gnulib.git diff --git a/lib/bumpalloc.h b/lib/bumpalloc.h index 139cd8a3e..1f55b9ad9 100644 --- a/lib/bumpalloc.h +++ b/lib/bumpalloc.h @@ -1,5 +1,5 @@ /* BUMP_ALLOC macro - increase table allocation by one element. - Copyright (C) 1990, 1991, 1993, 1998 Free Software Foundation, Inc. + Copyright (C) 1990, 1991, 1993, 1998, 2000 Free Software Foundation, Inc. François Pinard , 1990. This program is free software; you can redistribute it and/or modify @@ -25,8 +25,8 @@ `-------------------------------------------------------------------------*/ /* Routines `xmalloc' and `xrealloc' are called to do the actual memory - management. This implies that the program will abort with an `Memory - exhausted!' error if any problem arise. + management. This implies that the program will abort with a "memory + exhausted" error if any problem arise. To work correctly, at least EXPONENT and TYPE should always be the same for all uses of this macro for any given TABLE. A secure way to