CVSROOT: /sources/m4 Module name: m4 Branch: branch-1_4 Changes by: Eric Blake <ericb> 06/09/04 14:19:37
Index: doc/m4.texinfo =================================================================== RCS file: /sources/m4/m4/doc/m4.texinfo,v retrieving revision 1.1.1.1.2.71 retrieving revision 1.1.1.1.2.72 diff -u -b -r1.1.1.1.2.71 -r1.1.1.1.2.72 --- doc/m4.texinfo 4 Sep 2006 13:35:09 -0000 1.1.1.1.2.71 +++ doc/m4.texinfo 4 Sep 2006 14:19:37 -0000 1.1.1.1.2.72 @@ -2766,6 +2766,9 @@ @example ifdef(`changeword', `', `errprint(` skipping: no changeword support ')m4exit(`77')')dnl +ifdef(`__unix__', , + `errprint(` skipping: syscmd does not have unix semantics +')m4exit(`77')')dnl changecom(`/*', `*/')dnl define(`foo', `bar')dnl changeword(`#\([_a-zA-Z0-9]*\)')
