summaryrefslogtreecommitdiffstats
path: root/generic/tclDecls.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-08-30 06:33:29 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-08-30 06:33:29 (GMT)
commitc14c0cb9b1f94390b3e110a359a5506c892cda44 (patch)
tree0ad16dbe6a4d877af7093a1eca2902f8116f8da6 /generic/tclDecls.h
parentb8db328a5dc663435c02e2b2a67f3d66e16602c9 (diff)
downloadtcl-c14c0cb9b1f94390b3e110a359a5506c892cda44.zip
tcl-c14c0cb9b1f94390b3e110a359a5506c892cda44.tar.gz
tcl-c14c0cb9b1f94390b3e110a359a5506c892cda44.tar.bz2
Tcl_MainEx() (like Tk_MainEx())rfe_1711975
Diffstat (limited to 'generic/tclDecls.h')
-rw-r--r--generic/tclDecls.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/tclDecls.h b/generic/tclDecls.h
index 1df7e14..1f7dfe6 100644
--- a/generic/tclDecls.h
+++ b/generic/tclDecls.h
@@ -3791,8 +3791,6 @@ extern const TclStubs *tclStubsPtr;
# define Tcl_MainEx Tcl_MainExW
EXTERN void Tcl_MainExW(int argc, wchar_t **argv,
Tcl_AppInitProc *appInitProc, Tcl_Interp *interp);
-# define Tcl_Main(argc, argv, proc) Tcl_MainExW(argc, argv, proc, \
- (Tcl_FindExecutable(argv[0]), (Tcl_CreateInterp)()))
#endif
#undef TCL_STORAGE_CLASS