Update of /cvsroot/cscope/cscope/src
In directory usw-pr-cvs1:/tmp/cvs-serv14683/src
Modified Files:
constants.h
Log Message:
STMTMAX increased to 10000
Index: constants.h
===================================================================
RCS file: /cvsroot/cscope/cscope/src/constants.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** constants.h 2001/01/24 16:24:52 1.5
--- constants.h 2001/04/24 17:42:23 1.6
***************
*** 78,82 ****
#define INVNAME "cscope.in.out" /* inverted index to the database */
#define INVPOST "cscope.po.out" /* inverted index postings */
! #define STMTMAX 5000 /* maximum source statement length */
#define READ 4 /* access(2) parameter */
#define WRITE 2 /* access(2) parameter */
--- 78,82 ----
#define INVNAME "cscope.in.out" /* inverted index to the database */
#define INVPOST "cscope.po.out" /* inverted index postings */
! #define STMTMAX 10000 /* maximum source statement length */
#define READ 4 /* access(2) parameter */
#define WRITE 2 /* access(2) parameter */
|