Module Name: src Committed By: christos Date: Mon Oct 18 15:58:06 UTC 2010
Modified Files: src/external/historical/nawk/dist: main.c Log Message: remove the unused MAX_PFILE define from Aleksey Cheusov. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/historical/nawk/dist/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/historical/nawk/dist/main.c diff -u src/external/historical/nawk/dist/main.c:1.3 src/external/historical/nawk/dist/main.c:1.4 --- src/external/historical/nawk/dist/main.c:1.3 Sun Oct 17 18:12:22 2010 +++ src/external/historical/nawk/dist/main.c Mon Oct 18 11:58:05 2010 @@ -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 */