[L4alpha-cvscommit] CVS: dite/src edit.c,1.32,1.33
Status: Beta
Brought to you by:
dpotts
|
From: Simon W. <sj...@us...> - 2002-09-06 08:19:28
|
Update of /cvsroot/l4alpha/dite/src
In directory usw-pr-cvs1:/tmp/cvs-serv28153
Modified Files:
edit.c
Log Message:
Added N flag to opts
Index: edit.c
===================================================================
RCS file: /cvsroot/l4alpha/dite/src/edit.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** edit.c 6 Sep 2002 07:06:24 -0000 1.32
--- edit.c 6 Sep 2002 08:19:21 -0000 1.33
***************
*** 18,21 ****
--- 18,24 ----
*
* $Log$
+ * Revision 1.33 2002/09/06 08:19:21 sjw_
+ * Added N flag to opts
+ *
* Revision 1.32 2002/09/06 07:06:24 sjw_
* Added IA64 support, and --name flag
***************
*** 215,219 ****
}
! const static char *optstring = "-hVvqnt:D:o:O:a:dluRe:b:xri";
const struct option longopts[] = {
--- 218,222 ----
}
! const static char *optstring = "-hVvqnt:D:o:O:a:dluRe:b:N:xri";
const struct option longopts[] = {
|