CVSROOT: /sources/m4
Module name: m4
Branch: branch-1_4
Changes by: Eric Blake <ericb> 06/10/21 02:55:56
Index: checks/get-them
===================================================================
RCS file: /sources/m4/m4/checks/Attic/get-them,v
retrieving revision 1.1.1.1.2.6
retrieving revision 1.1.1.1.2.7
diff -u -b -r1.1.1.1.2.6 -r1.1.1.1.2.7
--- checks/get-them 22 Aug 2006 16:13:38 -0000 1.1.1.1.2.6
+++ checks/get-them 21 Oct 2006 02:55:56 -0000 1.1.1.1.2.7
@@ -64,7 +64,7 @@
else
prefix = "";
gsub("@@", "@", $0);
- gsub("@comment.*", "", $0);
+ gsub("@w{ }", " ", $0);
gsub("@tabchar{}", "\t", $0);
printf("%s%s\n", prefix, $0) >> file;
}