diff options
author | tv <tv@krebsco.de> | 2020-11-25 23:05:19 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2020-11-25 23:05:19 +0100 |
commit | d63f96ad2e9478db9dc064f050bffd4b0a8a3881 (patch) | |
tree | 8bf01f30c827cdca7b31816fcbad93f944608178 /src/rxvtperl.h | |
parent | 15f3f94c19fb873e3687c07a3056921ade5266fa (diff) |
do not call perl_destructno-perl_destruct
Backport of 74dcd66efcfd778a0b3f70c187316367483c02e2.
Diffstat (limited to 'src/rxvtperl.h')
-rw-r--r-- | src/rxvtperl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rxvtperl.h b/src/rxvtperl.h index 0e50e8f..d559009 100644 --- a/src/rxvtperl.h +++ b/src/rxvtperl.h @@ -51,7 +51,9 @@ struct rxvt_perl_interp { char **perl_environ; + #if 0 // see rxvtperl.xs ~rxvt_perl_interp (); + #endif void init (); void init (rxvt_term *term); |