From 4e3b442c2e7825458919605ef0e1d8921c1bbb2f Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Wed, 8 Oct 2003 12:02:44 +0000 Subject: Fix a typo, discovered by Joonas Paalasmaa. --- Doc/dist/dist.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex index 87fc984..17db70b 100644 --- a/Doc/dist/dist.tex +++ b/Doc/dist/dist.tex @@ -555,8 +555,8 @@ For example: \begin{verbatim} Extension(..., - define_macros=[('NDEBUG', '1')], - ('HAVE_STRFTIME', None), + define_macros=[('NDEBUG', '1'), + ('HAVE_STRFTIME', None)], undef_macros=['HAVE_FOO', 'HAVE_BAR']) \end{verbatim} -- cgit v0.12