Author: mdiep
Date: Thu Mar 22 08:16:32 2007
New Revision: 17692

Modified:
   trunk/lib/Parrot/Pmc2c/PMETHODs.pm

Log:
C++ comments are bad, mkay?

Modified: trunk/lib/Parrot/Pmc2c/PMETHODs.pm
==============================================================================
--- trunk/lib/Parrot/Pmc2c/PMETHODs.pm  (original)
+++ trunk/lib/Parrot/Pmc2c/PMETHODs.pm  Thu Mar 22 08:16:32 2007
@@ -414,7 +414,7 @@
 
     /* if (PMC_cont(ccont)->address) { */
     {
-        //parrot_context_t * const caller_ctx = PMC_cont(ccont)->to_ctx;
+        /* parrot_context_t * const caller_ctx = PMC_cont(ccont)->to_ctx; */
         if (! caller_ctx) {
             /* there is no point calling real_exception here, because
                PDB_backtrace can't deal with a missing to_ctx either. */

Reply via email to