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: Wed, 11 Oct 2006 17:07:04 +0000

CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/10/11 17:07:03

Index: doc/m4.texinfo
===================================================================
RCS file: /sources/m4/m4/doc/m4.texinfo,v
retrieving revision 1.1.1.1.2.80
retrieving revision 1.1.1.1.2.81
diff -u -b -r1.1.1.1.2.80 -r1.1.1.1.2.81
--- doc/m4.texinfo      10 Oct 2006 03:27:15 -0000      1.1.1.1.2.80
+++ doc/m4.texinfo      11 Oct 2006 17:07:03 -0000      1.1.1.1.2.81
@@ -1104,9 +1104,11 @@
 It is an error if the end of file occurs while collecting arguments.
 
 @example
+hello world
address@hidden world
 define(
 ^D
address@hidden:stdin:1: ERROR: end of file in argument list
address@hidden:stdin:2: ERROR: end of file in argument list
 @end example
 
 @node Quoting Arguments
@@ -2453,7 +2455,7 @@
 @example
 dnl(`args are ignored, but side effects occur',
 define(`foo', `like this')) while this text is ignored: undefine(`foo')
address@hidden:stdin:2: Warning: excess arguments to builtin `dnl' ignored
address@hidden:stdin:1: Warning: excess arguments to builtin `dnl' ignored
 See how `foo' was defined, foo?
 @result{}See how foo was defined, like this?
 @end example
@@ -2634,9 +2636,11 @@
 It is an error if the end of file occurs within a quoted string.
 
 @example
+`hello world'
address@hidden world
 `dangling quote
 ^D
address@hidden:stdin:1: ERROR: end of file in string
address@hidden:stdin:2: ERROR: end of file in string
 @end example
 
 @node Changecom
@@ -2763,7 +2767,7 @@
 @result{}
 /*dangling comment
 ^D
address@hidden:stdin:1: ERROR: end of file in comment
address@hidden:stdin:2: ERROR: end of file in comment
 @end example
 
 @node Changeword




reply via email to

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