This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Enable the ~~ operator by default.
[perl5.git] / symbian / PerlBase.cpp
index 31fe012..443ae0b 100644 (file)
@@ -21,6 +21,7 @@ CPerlBase::CPerlBase()
 
 EXPORT_C void CPerlBase::Destruct()
 {
+    dTHX;
     iState = EPerlDestroying;
     if (iConsole) {
         iConsole->Printf(_L("[Any key to continue]"));