m4-commit
[Top][All Lists]
Advanced

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

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


From: Eric Blake
Subject: Changes to m4/doc/m4.texinfo [branch-1_4]
Date: Thu, 11 May 2006 12:56:39 +0000

Index: m4/doc/m4.texinfo
diff -u m4/doc/m4.texinfo:1.1.1.1.2.6 m4/doc/m4.texinfo:1.1.1.1.2.7
--- m4/doc/m4.texinfo:1.1.1.1.2.6       Tue May  9 04:07:21 2006
+++ m4/doc/m4.texinfo   Thu May 11 12:56:19 2006
@@ -2080,7 +2080,7 @@
 @example
 include(`no-such-file')
 @result{}
address@hidden:2: m4: Cannot open no-such-file: No such file or directory
address@hidden:2: m4: Cannot open no-such-file: No such file or directory
 sinclude(`no-such-file')
 @result{}
 @end example
@@ -2821,7 +2821,7 @@
 define(`foo', `666')
 @result{}
 eval(`foo'/6)
address@hidden:14: m4: Bad expression in eval: foo/6
address@hidden:14: m4: Bad expression in eval: foo/6
 @result{}
 eval(foo/6)
 @result{}111
@@ -3054,7 +3054,7 @@
 @example
 errprint(`m4:'__file__:__line__: `Input error
 ')
address@hidden:56.errprint:2: Input error
address@hidden:m4.input:2: Input error
 @result{}
 @end example
 
@@ -3079,7 +3079,7 @@
 ')m4exit(1)')
 @result{}
 fatal_error(`This is a BAD one, buster')
address@hidden: 57.m4exit: 5: fatal error: This is a BAD one, buster
address@hidden: m4.input: 5: fatal error: This is a BAD one, buster
 @end example
 
 After this macro call, @code{m4} will exit with exit code 1.  This macro




reply via email to

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