You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2005/08/22 02:24:13 UTC

svn commit: r234397 - /apr/apr-util/branches/1.2.x/include/private/apr_dbd_internal.h

Author: trawick
Date: Sun Aug 21 17:24:11 2005
New Revision: 234397

URL: http://svn.apache.org/viewcvs?rev=234397&view=rev
Log:
Remove C++-style comment to fix breakage with
some compilers.

Modified:
    apr/apr-util/branches/1.2.x/include/private/apr_dbd_internal.h

Modified: apr/apr-util/branches/1.2.x/include/private/apr_dbd_internal.h
URL: http://svn.apache.org/viewcvs/apr/apr-util/branches/1.2.x/include/private/apr_dbd_internal.h?rev=234397&r1=234396&r2=234397&view=diff
==============================================================================
--- apr/apr-util/branches/1.2.x/include/private/apr_dbd_internal.h (original)
+++ apr/apr-util/branches/1.2.x/include/private/apr_dbd_internal.h Sun Aug 21 17:24:11 2005
@@ -156,7 +156,6 @@
      *  @param val - entry to fill
      *  @return 0 for success, -1 for no data, +1 for general error
      */
-    //int (*get_entry)(const apr_dbd_row_t *row, int col, apr_dbd_datum_t *val);
     const char* (*get_entry)(const apr_dbd_row_t *row, int col);
   
     /** error: get current error message (if any)