OSSP CVS Repository

ossp - Check-in [4849]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 4849
Date: 2004-Nov-17 14:19:09 (local)
2004-Nov-17 13:19:09 (UTC)
User:rse
Branch:
Comment: remember that sv_vsetpvfn() might be an opportunity in the future
Tickets:
Inspections:
Files:
ossp-pkg/cfg/perl/cfg.xs      1.2 -> 1.3     1 inserted, 0 deleted

ossp-pkg/cfg/perl/cfg.xs 1.2 -> 1.3

--- cfg.xs       2004/11/17 13:14:34     1.2
+++ cfg.xs       2004/11/17 13:19:09     1.3
@@ -420,6 +420,7 @@
     PREINIT:
         cfg_node_t **r;
     CODE:
+        /* FIXME: perhaps use sv_vsetpvfn() to fully emulate C API? */
         RETVAL = cfg_node_select(cfg, node, &r, "%s", spec);
         if (RETVAL == CFG_OK) {
             /* translate C array into Perl array */

CVSTrac 2.0.1