/[dtapublic]/projs/trunk/shared_source/c_tcl_base_7_5_w_mods/tclmain.c
ViewVC logotype

Diff of /projs/trunk/shared_source/c_tcl_base_7_5_w_mods/tclmain.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

sf_code/esrgpcpj/shared/tcl_base/tclmain.c revision 25 by dashley, Sat Oct 8 06:43:03 2016 UTC projs/trunk/shared_source/c_tcl_base_7_5_w_mods/tclmain.c revision 64 by dashley, Sun Oct 30 04:21:11 2016 UTC
# Line 1  Line 1 
1  /* $Header: /cvsroot/esrg/sfesrg/esrgpcpj/shared/tcl_base/tclmain.c,v 1.2 2001/10/07 01:32:29 dtashley Exp $ */  /*$Header$ */
   
 /* IJS_SM_FILE_PUBLIC */  
   
2  /*  /*
3   * tclMain.c --   * tclMain.c --
4   *   *
# Line 367  Tcl_Main(argc, argv, appInitProc) Line 364  Tcl_Main(argc, argv, appInitProc)
364    
365  const char *TclMainCversion(void)  const char *TclMainCversion(void)
366  {    {  
367      return ("$Revision: 1.2 $ $Modtime: 1/02/01 1:25a $ $Author: dtashley $");      return ("$Header$");
368  }  }
369    
370    
# Line 376  const char *TclMainHversion(void) Line 373  const char *TclMainHversion(void)
373      return (TCLMAIN_H_VERSION);      return (TCLMAIN_H_VERSION);
374  }  }
375    
   
 /******************************************************************************  
 ** $Log: tclmain.c,v $  
 ** Revision 1.2  2001/10/07 01:32:29  dtashley  
 ** Log information refined.  
 **  
 ******************************************************************************/  
   
 /* End of TCLMAIN.C */  
376    /* End of tclmain.c */

Legend:
Removed from v.25  
changed lines
  Added in v.64

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25