diff options
-rw-r--r-- | converters/xdeview/files/patch-ac | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/converters/xdeview/files/patch-ac b/converters/xdeview/files/patch-ac deleted file mode 100644 index 781256ff61f5..000000000000 --- a/converters/xdeview/files/patch-ac +++ /dev/null @@ -1,23 +0,0 @@ ---- tcl/uuwish.c.orig Thu Jun 6 14:41:11 1996 -+++ tcl/uuwish.c Thu Nov 4 11:34:43 1999 -@@ -78,19 +78,7 @@ - int - main (int argc, char *argv[]) - { --#ifdef HAVE_TK -- Tk_Main --#else --#ifdef HAVE_TCL -- Tcl_Main --#endif --#endif -- (argc, argv --#ifdef TMAIN_THREE -- , Tcl_AppInit --#endif -- ); -- -+ Tk_MainEx( argc, argv, Tcl_AppInit, Tcl_CreateInterp() ); - return 0; - } - |