[L4alpha-cvscommit] CVS: dite/src edit.c,1.28,1.29
Status: Beta
Brought to you by:
dpotts
|
From: Simon W. <sj...@us...> - 2002-06-07 04:23:51
|
Update of /cvsroot/l4alpha/dite/src In directory usw-pr-cvs1:/tmp/cvs-serv28471/src Modified Files: edit.c Log Message: Removed DEBUG Index: edit.c =================================================================== RCS file: /cvsroot/l4alpha/dite/src/edit.c,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** edit.c 7 Jun 2002 02:32:45 -0000 1.28 --- edit.c 7 Jun 2002 04:23:45 -0000 1.29 *************** *** 2,6 **** * Project: EDIT --- Extended DIT * Created: 12/07/2000 19:46:03 by Simon Winwood (sjw) ! * Last Modified: 07/06/2002 12:30:15 by (sjw) * Version info: $Revision$ * Description: --- 2,6 ---- * Project: EDIT --- Extended DIT * Created: 12/07/2000 19:46:03 by Simon Winwood (sjw) ! * Last Modified: 07/06/2002 14:22:57 by (sjw) * Version info: $Revision$ * Description: *************** *** 18,21 **** --- 18,24 ---- * * $Log$ + * Revision 1.29 2002/06/07 04:23:45 sjw_ + * Removed DEBUG + * * Revision 1.28 2002/06/07 02:32:45 sjw_ * Removed 'in-place' flag. *************** *** 136,140 **** #include <getopt.h> #include <string.h> ! #define DEBUG #include <config.h> --- 139,143 ---- #include <getopt.h> #include <string.h> ! //#define DEBUG #include <config.h> |