Changeset 7436 for trunk/tools
- Timestamp:
- Nov 23, 2001, 2:04:35 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/vslick/odin32.e
r7313 r7436 1 /* $Id: odin32.e,v 1.1 2 2001-11-09 07:45:08bird Exp $1 /* $Id: odin32.e,v 1.13 2001-11-23 01:04:35 bird Exp $ 2 2 * 3 3 * Visual SlickEdit Documentation Macros. … … 60 60 static _str sOdin32UserInitials = "kso"; 61 61 static _str sOdin32UserName = "knut st. osmundsen"; 62 static _str sOdin32UserEmail = "k nut.stange.osmundsen@mynd.no";62 static _str sOdin32UserEmail = "kosmunds@csc.com"; 63 63 64 64 … … 358 358 if (file_eq(p_extension, 'asm')) 359 359 { 360 _insert_text("; $Id: odin32.e,v 1.1 2 2001-11-09 07:45:08bird Exp $\n");360 _insert_text("; $Id: odin32.e,v 1.13 2001-11-23 01:04:35 bird Exp $\n"); 361 361 _insert_text("; \n"); 362 362 _insert_text("; \n"); … … 371 371 else 372 372 { 373 _insert_text("/* $Id: odin32.e,v 1.1 2 2001-11-09 07:45:08bird Exp $\n");373 _insert_text("/* $Id: odin32.e,v 1.13 2001-11-23 01:04:35 bird Exp $\n"); 374 374 _insert_text(" * \n"); 375 375 _insert_text(" * \n");
Note:
See TracChangeset
for help on using the changeset viewer.