[866] in BarnOwl Developers

home help back first fref pref prev next nref lref last post

[D-O-H] r855 - branches/barnowl_sqlite/owl

daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:10:33 2009

Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
To: dirty-owl-hackers@mit.edu
From: nelhage@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Sat, 12 Jan 2008 19:05:58 -0500 (EST)

Author: nelhage
Date: 2008-01-12 19:05:58 -0500 (Sat, 12 Jan 2008)
New Revision: 855

Modified:
   branches/barnowl_sqlite/owl/perlconfig.c
Log:
I don't think I actually want KEEPERR here...

Modified: branches/barnowl_sqlite/owl/perlconfig.c
===================================================================
--- branches/barnowl_sqlite/owl/perlconfig.c	2008-01-12 20:07:20 UTC (rev 854)
+++ branches/barnowl_sqlite/owl/perlconfig.c	2008-01-13 00:05:58 UTC (rev 855)
@@ -64,7 +64,7 @@
   XPUSHs(msgref);
   PUTBACK ;
   
-  count = call_pv(subname, G_SCALAR|G_EVAL|G_KEEPERR);
+  count = call_pv(subname, G_SCALAR|G_EVAL);
   
   SPAGAIN ;
 
@@ -121,7 +121,7 @@
   }
   PUTBACK;
 
-  count = call_method(method, G_SCALAR|G_KEEPERR|G_EVAL);
+  count = call_method(method, G_SCALAR|G_EVAL);
 
   SPAGAIN;
 
@@ -373,7 +373,7 @@
   XPUSHs(sv_2mortal(newSVpv(owl_editwin_get_text(e), 0)));
   PUTBACK;
   
-  call_sv(cb, G_DISCARD|G_KEEPERR|G_EVAL);
+  call_sv(cb, G_DISCARD|G_EVAL);
 
   if(SvTRUE(ERRSV)) {
     owl_function_error("%s", SvPV(ERRSV, n_a));


home help back first fref pref prev next nref lref last post