[L4alpha-cvscommit] CVS: dite/include edit.h,1.13,1.14
Status: Beta
Brought to you by:
dpotts
|
From: Simon W. <sj...@us...> - 2002-06-07 02:32:50
|
Update of /cvsroot/l4alpha/dite/include
In directory usw-pr-cvs1:/tmp/cvs-serv27877/include
Modified Files:
edit.h
Log Message:
Removed 'in-place' flag.
Index: edit.h
===================================================================
RCS file: /cvsroot/l4alpha/dite/include/edit.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** edit.h 27 Mar 2001 07:06:37 -0000 1.13
--- edit.h 7 Jun 2002 02:32:45 -0000 1.14
***************
*** 2,6 ****
* Project: EDIT --- Extended DIT
* Created: 12/07/2000 17:35:28 by Simon Winwood (sjw)
! * Last Modified: 27/03/2001 16:59:49 by (sjw)
* Version info: $Revision$
* Description:
--- 2,6 ----
* Project: EDIT --- Extended DIT
* Created: 12/07/2000 17:35:28 by Simon Winwood (sjw)
! * Last Modified: 07/06/2002 12:21:35 by (sjw)
* Version info: $Revision$
* Description:
***************
*** 16,19 ****
--- 16,22 ----
*
* $Log$
+ * Revision 1.14 2002/06/07 02:32:45 sjw_
+ * Removed 'in-place' flag.
+ *
* Revision 1.13 2001/03/27 07:06:37 sjw
* Added copyright notices to all of my files.
***************
*** 137,140 ****
--- 140,144 ----
FL_NODIT = 1 << 5, /* Whether or not to include the DIT segment */
FL_SEEDY = 1 << 6, /* Modify sigma0 so that l4bl doesn't need to */
+ FL_UPDATE = 1 << 7, /* Whether or not to update an existing file (i.e. a source file is also the target) */
};
|