m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/doc/m4.texinfo,v [branch-1_4]


From: Eric Blake
Subject: Changes to m4/doc/m4.texinfo,v [branch-1_4]
Date: Thu, 12 Oct 2006 14:10:36 +0000

CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/10/12 14:10:35

Index: doc/m4.texinfo
===================================================================
RCS file: /sources/m4/m4/doc/m4.texinfo,v
retrieving revision 1.1.1.1.2.82
retrieving revision 1.1.1.1.2.83
diff -u -b -r1.1.1.1.2.82 -r1.1.1.1.2.83
--- doc/m4.texinfo      11 Oct 2006 23:34:21 -0000      1.1.1.1.2.82
+++ doc/m4.texinfo      12 Oct 2006 14:10:35 -0000      1.1.1.1.2.83
@@ -2897,14 +2897,20 @@
 ')m4exit(`77')')dnl
 define(`bar
 ', defn(`dnl'))dnl
+define(`baz', `dnl
+include(`foo') ignored
+dnl')dnl
 changeword(`\([_a-zA-Z][_a-zA-Z0-9]*\|bar
 \)')
 @result{}
 __file__:__line__
address@hidden:7
-include(`foo') still ignored
address@hidden:10
+include(`foo') ignored
 __file__:__line__
address@hidden:9
address@hidden:12
+baz ignored
+__file__:__line__
address@hidden:14
 define(`bar
 ', defn(`__file__'))
 @result{}
@@ -2916,7 +2922,7 @@
 include(`foo')
 @result{}1
 __file__:__line__
address@hidden:16
address@hidden:21
 @end example
 @end ignore
 
@@ -4477,7 +4483,7 @@
 though wrapped text came from line 0 of the file ``''.
 
 @example
-define(`echo', `$@')
+define(`echo', `$@@')
 @result{}
 define(`foo', `echo(__line__
 __line__)')




reply via email to

[Prev in Thread] Current Thread [Next in Thread]