diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-07-25 09:10:32 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-07-25 09:10:32 +0000 |
commit | 50f54591ede71576a2a78a27bd552739b9b8b29a (patch) | |
tree | 0f602eb195b8e4c1fa58204eb01c6f7ea694bc65 /dmake | |
parent | f6aa297e5f7c76790bb5a9018dcb07102f93fc9b (diff) |
INTEGRATION: CWS rt15 (1.1.1.1.150); FILE MERGED
2006/06/28 15:11:43 rt 1.1.1.1.150.1: #i54459# CVS history removed from file.
Diffstat (limited to 'dmake')
-rw-r--r-- | dmake/dbug/malloc/tostring.c | 39 | ||||
-rw-r--r-- | dmake/dbug/malloc/tostring.h | 32 |
2 files changed, 2 insertions, 69 deletions
diff --git a/dmake/dbug/malloc/tostring.c b/dmake/dbug/malloc/tostring.c index 5d04a1e7e282..e3bc9990271d 100644 --- a/dmake/dbug/malloc/tostring.c +++ b/dmake/dbug/malloc/tostring.c @@ -42,7 +42,7 @@ #ifndef lint static -char rcs_hdr[] = "$Id: tostring.c,v 1.1.1.1 2000-09-22 15:33:26 hr Exp $"; +char rcs_hdr[] = "$Id: tostring.c,v 1.2 2006-07-25 10:10:17 rt Exp $"; #endif #define T_LEN 10 @@ -130,40 +130,3 @@ tostring(buf,val,len,base,fill) } /* tostring(... */ -/* - * $Log: not supported by cvs2svn $ - * Revision 1.1.1.1 1997/09/22 14:51:11 hjs - * dmake 4.1 orginal sourcen - * - * Revision 1.1.1.1 1997/07/15 16:02:26 dvadura - * dmake gold 4.1.00 initial import - * - * Revision 1.1.1.1 1996/10/27 07:30:15 dvadura - * Dmake 4.1 Initial Import - * - * Revision 1.1.1.1 1996/10/24 05:33:14 dvadura - * Initial import for final release of dmake 4.1 - * - * Revision 1.1 1994/10/06 17:43:20 dvadura - * dmake Release Version 4.0, Initial revision - * - * Revision 1.1 1994/10/06 03:45:29 dvadura - * dmake Release Version 4.0, Initial revision - * - * Revision 1.1 1992/01/24 03:29:16 dvadura - * dmake Version 3.8, Initial revision - * - * Revision 1.4 90/05/11 00:13:11 cpcahil - * added copyright statment - * - * Revision 1.3 90/02/24 21:50:33 cpcahil - * lots of lint fixes - * - * Revision 1.2 90/02/24 17:29:42 cpcahil - * changed $Header to $Id so full path wouldnt be included as part of rcs - * id string - * - * Revision 1.1 90/02/22 23:17:44 cpcahil - * Initial revision - * - */ diff --git a/dmake/dbug/malloc/tostring.h b/dmake/dbug/malloc/tostring.h index 566ae2bedf77..ccde36db4173 100644 --- a/dmake/dbug/malloc/tostring.h +++ b/dmake/dbug/malloc/tostring.h @@ -4,40 +4,10 @@ * copyright statement is not removed. */ /* - * $Id: tostring.h,v 1.1.1.1 2000-09-22 15:33:26 hr Exp $ + * $Id: tostring.h,v 1.2 2006-07-25 10:10:32 rt Exp $ */ #define B_BIN 2 #define B_DEC 10 #define B_HEX 16 #define B_OCTAL 8 -/* - * $Log: not supported by cvs2svn $ - * Revision 1.1.1.1 1997/09/22 14:51:11 hjs - * dmake 4.1 orginal sourcen - * - * Revision 1.1.1.1 1997/07/15 16:02:26 dvadura - * dmake gold 4.1.00 initial import - * - * Revision 1.1.1.1 1996/10/27 07:30:15 dvadura - * Dmake 4.1 Initial Import - * - * Revision 1.1.1.1 1996/10/24 05:33:14 dvadura - * Initial import for final release of dmake 4.1 - * - * Revision 1.1 1994/10/06 17:43:20 dvadura - * dmake Release Version 4.0, Initial revision - * - * Revision 1.1 1994/10/06 03:45:30 dvadura - * dmake Release Version 4.0, Initial revision - * - * Revision 1.1 1992/01/24 03:29:17 dvadura - * dmake Version 3.8, Initial revision - * - * Revision 1.2 90/05/11 00:13:11 cpcahil - * added copyright statment - * - * Revision 1.1 90/02/23 07:09:05 cpcahil - * Initial revision - * - */ |