]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Defining Symbols): Present two different
authorAkim Demaille <akim@epita.fr>
Thu, 12 Sep 2002 13:24:19 +0000 (13:24 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 12 Sep 2002 13:24:19 +0000 (13:24 +0000)
prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
difference between 1 argument calls, and 2-3 argument calls.

ChangeLog
doc/autoconf.texi

index d8e4e7c8bd9c332978e381dea7eaadaa83ee9732..c847b54a7f6ff991978884a5e545d68faccc8850 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-09-12  Akim Demaille  <akim@epita.fr>
+
+       * doc/autoconf.texi (Defining Symbols): Present two different
+       prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
+       difference between 1 argument calls, and 2-3 argument calls.
+
 2002-09-12  Peter Eisentraut  <peter_e@gmx.net>
 
        * doc/autoconf.texi: Review grammar and punctuation.
index e48a138650116858a24971991d6c6ab65ec032d8..d5cfa9036c04ff124520bd13de005681ef1622e7 100644 (file)
@@ -6088,7 +6088,8 @@ correct values into @code{#define} statements in a template file.
 @xref{Configuration Headers}, for more information about this kind of
 output.
 
-@defmac AC_DEFINE (@var{variable}, @ovar{value}, @ovar{description})
+@defmac AC_DEFINE (@var{variable}, @var{value}, @ovar{description})
+@defmacx AC_DEFINE (@var{variable})
 @acindex DEFINE
 Define the C preprocessor variable @var{variable} to @var{value} (verbatim).
 @var{value} should not contain literal newlines, and if you are not
@@ -6110,10 +6111,10 @@ If neither @var{value} nor @var{description} are given, then
 @var{value} defaults to 1 instead of to the empty string.  This is for
 backwards compatibility with older versions of Autoconf, but this usage
 is obsolescent and may be withdrawn in future versions of Autoconf.
-
 @end defmac
 
-@defmac AC_DEFINE_UNQUOTED (@var{variable}, @ovar{value}, @ovar{description})
+@defmac AC_DEFINE_UNQUOTED (@var{variable}, @var{value}, @ovar{description})
+@defmacx AC_DEFINE_UNQUOTED (@var{variable})
 @acindex DEFINE_UNQUOTED
 Like @code{AC_DEFINE}, but three shell expansions are
 performed---once---on @var{variable} and @var{value}: variable expansion