summaryrefslogtreecommitdiffstats
path: root/contrib/one-true-awk/maketab.c
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-06-05 15:33:51 +0000
committerrafan <rafan@FreeBSD.org>2007-06-05 15:33:51 +0000
commitd187e809f9751c4d3f4b00ef5abc4e8e90c816f0 (patch)
tree7bb9ff82caf83e12ec1ddc1afdc1af4854a723b6 /contrib/one-true-awk/maketab.c
parent78d66df18b9755543261f33b621153a97634a136 (diff)
downloadFreeBSD-src-d187e809f9751c4d3f4b00ef5abc4e8e90c816f0.zip
FreeBSD-src-d187e809f9751c4d3f4b00ef5abc4e8e90c816f0.tar.gz
Vendor import of bwk's 01-May-2007 release.
Approved by: delphij (mentor) Nodded by: ru Tested by: make universe
Diffstat (limited to 'contrib/one-true-awk/maketab.c')
-rw-r--r--contrib/one-true-awk/maketab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/one-true-awk/maketab.c b/contrib/one-true-awk/maketab.c
index a352140..1f78a9e 100644
--- a/contrib/one-true-awk/maketab.c
+++ b/contrib/one-true-awk/maketab.c
@@ -135,7 +135,7 @@ int main(int argc, char *argv[])
if (c != '#' || (n != 4 && strcmp(def,"define") != 0)) /* not a valid #define */
continue;
if (tok < FIRSTTOKEN || tok > LASTTOKEN) {
- fprintf(stderr, "maketab funny token %d %s ignored\n", tok, buf);
+ /* fprintf(stderr, "maketab funny token %d %s ignored\n", tok, buf); */
continue;
}
names[tok-FIRSTTOKEN] = (char *) malloc(strlen(name)+1);
OpenPOWER on IntegriCloud