cleanup PKCODE variant in file

This commit is contained in:
Renaud 2013-06-12 13:57:30 +08:00
parent c7d2d30ab3
commit 4cba352689
1 changed files with 1 additions and 1 deletions

2
file.c
View File

@ -26,7 +26,7 @@
#include "lock.h"
#include "window.h"
#if defined(PKCODE)
#if PKCODE
/* Max number of lines from one file. */
#define MAXNLINE 10000000
#endif