summaryrefslogtreecommitdiff
path: root/tk/generic/tkInitScript.h
diff options
context:
space:
mode:
Diffstat (limited to 'tk/generic/tkInitScript.h')
-rw-r--r--tk/generic/tkInitScript.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/tk/generic/tkInitScript.h b/tk/generic/tkInitScript.h
index 959ebea448d..0ff30077918 100644
--- a/tk/generic/tkInitScript.h
+++ b/tk/generic/tkInitScript.h
@@ -12,6 +12,8 @@
* RCS: @(#) $Id$
*/
+
+
/*
* In order to find tk.tcl during initialization, the following script
* is invoked by Tk_Init(). It looks in several different directories:
@@ -46,11 +48,12 @@
*/
static char initScript[] = "if {[info proc tkInit]==\"\"} {\n\
- proc tkInit {} {\n\
- global tk_library tk_version tk_patchLevel\n\
- rename tkInit {}\n\
- tcl_findLibrary tk $tk_version $tk_patchLevel tk.tcl TK_LIBRARY tk_library\n\
- }\n\
+ proc tkInit {} {\n\
+ global tk_library tk_version tk_patchLevel\n\
+ rename tkInit {}\n\
+ tcl_findLibrary tk $tk_version $tk_patchLevel tk.tcl TK_LIBRARY tk_library\n\
+}\n\
}\n\
tkInit";
+