diff options
author | root <root> | 2020-06-30 07:31:24 +0000 |
---|---|---|
committer | root <root> | 2020-06-30 07:31:24 +0000 |
commit | 74dcd66efcfd778a0b3f70c187316367483c02e2 (patch) | |
tree | 6356be7af6da08f012119bf30fec63ae737c209c /src/rxvtperl.h | |
parent | fba793aded0ed13c0f177bfa5f18b0ab2639ba05 (diff) |
do not call perl_destruct
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); |