mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
e8826819bd
Reported by: miwi (Tcl/Tk 86 exp-run)
13 lines
391 B
C++
13 lines
391 B
C++
--- TclmIntp.cxx.orig 2013-05-14 11:25:42.000000000 +0200
|
|
+++ TclmIntp.cxx 2013-05-14 11:25:49.000000000 +0200
|
|
@@ -37,8 +37,7 @@
|
|
#endif
|
|
#include "TclmIntp.h"
|
|
|
|
-TclmInterp::TclmInterp() : current_song(0), current_dev(0), current_patch(0),
|
|
- next_event(0)
|
|
+TclmInterp::TclmInterp() : current_song(0), current_dev(0), current_patch(0)
|
|
{
|
|
|
|
Tcl_InitHashTable(&song_ht, TCL_STRING_KEYS);
|