Changeset 3878 for trunk/tools/vslick
- Timestamp:
 - Jul 21, 2000, 4:56:24 PM (25 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/tools/vslick/odin32.e (modified) (4 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/tools/vslick/odin32.e
r3574 r3878 1 /* $Id: odin32.e,v 1. 4 2000-05-19 21:22:51bird Exp $1 /* $Id: odin32.e,v 1.5 2000-07-21 14:56:24 bird Exp $ 2 2 * 3 3 * Visual SlickEdit Documentation Macros. … … 304 304 if (file_eq(p_extension, 'asm')) 305 305 { 306 _insert_text("; $Id: odin32.e,v 1. 4 2000-05-19 21:22:51bird Exp $\n");306 _insert_text("; $Id: odin32.e,v 1.5 2000-07-21 14:56:24 bird Exp $\n"); 307 307 _insert_text("; \n"); 308 308 _insert_text("; \n"); … … 317 317 else 318 318 { 319 _insert_text("/* $Id: odin32.e,v 1. 4 2000-05-19 21:22:51bird Exp $\n");319 _insert_text("/* $Id: odin32.e,v 1.5 2000-07-21 14:56:24 bird Exp $\n"); 320 320 _insert_text(" * \n"); 321 321 _insert_text(" * \n"); … … 341 341 { 342 342 _ini_get_value(_project_name,"COMPILER","WORKINGDIR", workingdir); 343 c hdir(workingdir, 1);344 } 343 cd(workingdir); 344 }  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  