X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Falloca-opt.texi;h=5b052c86b7c322a72f356920e78eb576276ccf46;hb=cd56634a4a8179fd5a4419fbb3e27211b042ab1c;hp=bcef08e32855a10b07d854b58d21d4dac3166d0e;hpb=1602f0afed21be664fcf5c42d59db07cc22c56d6;p=gnulib.git diff --git a/doc/alloca-opt.texi b/doc/alloca-opt.texi index bcef08e32..5b052c86b 100644 --- a/doc/alloca-opt.texi +++ b/doc/alloca-opt.texi @@ -1,6 +1,6 @@ @c Documentation of gnulib module 'alloca-opt'. -@c Copyright (C) 2004, 2007, 2009-2012 Free Software Foundation, Inc. +@c Copyright (C) 2004, 2007, 2009-2014 Free Software Foundation, Inc. @c Permission is granted to copy, distribute and/or modify this document @c under the terms of the GNU Free Documentation License, Version 1.3 or @@ -22,7 +22,7 @@ HAVE_ALLOCA. The user can @code{#include } on all platforms, and use @code{alloca} on those platforms where the preprocessor macro HAVE_ALLOCA evaluates to true. If HAVE_ALLOCA is false, the code should use a heap-based -memory allocation based on @code{malloc} or - in C++ - @code{new}. Note that +memory allocation based on @code{malloc} or (in C++) @code{new}. Note that the @code{#include } must be the first one after the autoconf-generated @file{config.h}, for AIX 3 compatibility. Thanks to IBM for this nice restriction!