CVSROOT: /sources/m4
Module name: m4
Branch: branch-1_4
Changes by: Eric Blake <ericb> 07/01/28 01:54:44
Index: checks/get-them
===================================================================
RCS file: /sources/m4/m4/checks/Attic/get-them,v
retrieving revision 1.1.1.1.2.8
retrieving revision 1.1.1.1.2.9
diff -u -b -r1.1.1.1.2.8 -r1.1.1.1.2.9
--- checks/get-them 6 Jan 2007 19:56:11 -0000 1.1.1.1.2.8
+++ checks/get-them 28 Jan 2007 01:54:41 -0000 1.1.1.1.2.9
@@ -73,6 +73,8 @@
else
prefix = "";
gsub("@@", "@", $0);
+ gsub("@{", "{", $0);
+ gsub("@}", "}", $0);
gsub("@w{ }", " ", $0);
gsub("@tabchar{}", "\t", $0);
printf("%s%s\n", prefix, $0) >> file;