Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/historical/nawk/dist remove the unused MAX_PFILE de...
details: https://anonhg.NetBSD.org/src/rev/3bf5323fdfd3
branches: trunk
changeset: 758093:3bf5323fdfd3
user: christos <christos%NetBSD.org@localhost>
date: Mon Oct 18 15:58:05 2010 +0000
description:
remove the unused MAX_PFILE define from Aleksey Cheusov.
diffstat:
external/historical/nawk/dist/main.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diffs (12 lines):
diff -r 4f06ad0a0bb0 -r 3bf5323fdfd3 external/historical/nawk/dist/main.c
--- a/external/historical/nawk/dist/main.c Mon Oct 18 11:08:26 2010 +0000
+++ b/external/historical/nawk/dist/main.c Mon Oct 18 15:58:05 2010 +0000
@@ -49,8 +49,6 @@
int compile_time = 2; /* for error printing: */
/* 2 = cmdline, 1 = compile, 0 = running */
-#define MAX_PFILE 20 /* max number of -f's */
-
static char **pfile = NULL; /* program filenames from -f's */
static size_t maxpfile = 0; /* max program filenames */
static size_t npfile = 0; /* number of filenames */
Home |
Main Index |
Thread Index |
Old Index