[lwatch-cvs] files/src control.h,1.7,1.8 strpcre.c,1.26,1.27
Brought to you by:
arturcz
|
From: <ar...@us...> - 2004-03-12 00:10:43
|
Update of /cvsroot/lwatch/files/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27651 Modified Files: control.h strpcre.c Log Message: The win_width variable is superfluous without --enable-resize Index: control.h =================================================================== RCS file: /cvsroot/lwatch/files/src/control.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** control.h 12 Jan 2004 11:17:55 -0000 1.7 --- control.h 11 Mar 2004 23:43:43 -0000 1.8 *************** *** 48,53 **** #ifdef RESIZE unsigned short int get_term_width(void); #endif extern int loop; - extern unsigned short int win_width; /* Window width */ --- 48,53 ---- #ifdef RESIZE unsigned short int get_term_width(void); + extern unsigned short int win_width; /* Window width */ #endif extern int loop; Index: strpcre.c =================================================================== RCS file: /cvsroot/lwatch/files/src/strpcre.c,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** strpcre.c 2 Feb 2004 23:08:33 -0000 1.26 --- strpcre.c 11 Mar 2004 23:43:43 -0000 1.27 *************** *** 164,167 **** --- 164,168 ---- } + #ifdef RESIZE char* cut_line(char *output, char *input,int real_len) { *************** *** 193,196 **** --- 194,198 ---- return output; } + #endif void showline(char *input) { |