Author: timbo
Date: Fri Jan 27 04:41:38 2012
New Revision: 15103

Modified:
   dbi/trunk/DBI.xs

Log:
tweak comments

Modified: dbi/trunk/DBI.xs
==============================================================================
--- dbi/trunk/DBI.xs    (original)
+++ dbi/trunk/DBI.xs    Fri Jan 27 04:41:38 2012
@@ -2,7 +2,7 @@
  *
  * $Id$
  *
- * Copyright (c) 1994-2009  Tim Bunce  Ireland.
+ * Copyright (c) 1994-2012  Tim Bunce  Ireland.
  *
  * See COPYRIGHT section in DBI.pm for usage and distribution rights.
  */
@@ -170,8 +170,9 @@
 
 /* --- make DBI safe for multiple perl interpreters --- */
 /*     Contributed by Murray Nesbitt of ActiveState     */
+/* (This pre-dates, and should be replaced by, MY_CTX)  */
 typedef struct {
-    SV   *dbi_last_h;
+    SV   *dbi_last_h;  /* maybe better moved into dbistate_t? */
     dbistate_t* dbi_state;
 } PERINTERP_t;
 

Reply via email to