X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fbumpalloc.h;h=1f55b9ad9fccbd3619b96c5d389f0e1179fec59b;hb=82cc7523dca0f6884d1d26b2acc6ad81a46ad6a7;hp=9ff1c4b5c1051037ee32672d60b2db77b72350ab;hpb=d349992d82f97d614404565ff66e3f8a47b4a568;p=gnulib.git diff --git a/lib/bumpalloc.h b/lib/bumpalloc.h index 9ff1c4b5c..1f55b9ad9 100644 --- a/lib/bumpalloc.h +++ b/lib/bumpalloc.h @@ -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