[L4alpha-cvscommit] CVS: dite/include edit.h,1.14,1.15
Status: Beta
Brought to you by:
dpotts
|
From: Simon W. <sj...@us...> - 2002-09-06 07:06:30
|
Update of /cvsroot/l4alpha/dite/include
In directory usw-pr-cvs1:/tmp/cvs-serv7083/include
Modified Files:
edit.h
Log Message:
Added IA64 support, and --name flag
Index: edit.h
===================================================================
RCS file: /cvsroot/l4alpha/dite/include/edit.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** edit.h 7 Jun 2002 02:32:45 -0000 1.14
--- edit.h 6 Sep 2002 07:06:24 -0000 1.15
***************
*** 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:
--- 2,6 ----
* Project: EDIT --- Extended DIT
* Created: 12/07/2000 17:35:28 by Simon Winwood (sjw)
! * Last Modified: 06/09/2002 16:54:14 by Simon Winwood (sjw)
* Version info: $Revision$
* Description:
***************
*** 16,19 ****
--- 16,22 ----
*
* $Log$
+ * Revision 1.15 2002/09/06 07:06:24 sjw_
+ * Added IA64 support, and --name flag
+ *
* Revision 1.14 2002/06/07 02:32:45 sjw_
* Removed 'in-place' flag.
***************
*** 110,113 ****
--- 113,117 ----
ARCH_ALPHA,
ARCH_ARM,
+ ARCH_IA64,
ARCH_SIZE_DUMMY, /* Keep last */
};
***************
*** 148,151 ****
--- 152,157 ----
/* Set up before *_register is called */
const char *filename;
+ const char *ditname;
+
void *mmap;
|