Modified:
trunk/myodbc3/myodbc3.h
trunk/test/test3/mytest3.c
Log:
Changed to C style comments
Modified: trunk/myodbc3/myodbc3.h
===================================================================
--- trunk/myodbc3/myodbc3.h 2006-09-30 01:36:33 UTC (rev 121)
+++ trunk/myodbc3/myodbc3.h 2006-09-30 11:57:58 UTC (rev 122)
@@ -217,7 +217,8 @@
pthread_mutex_t lock;
#endif
#if defined(_WIN32) || defined(WIN32)
- char *oldbuf; // old buffer to store memory pointer allocated previously in
another heap
+ /* old buffer to store memory pointer allocated previously in another heap */
+ char *oldbuf;
#endif
} DBC;
Modified: trunk/test/test3/mytest3.c
===================================================================
--- trunk/test/test3/mytest3.c 2006-09-30 01:36:33 UTC (rev 121)
+++ trunk/test/test3/mytest3.c 2006-09-30 11:57:58 UTC (rev 122)
@@ -6738,10 +6738,10 @@
/* sqlsetpos */
t_pos_datetime_delete(hdbc,hstmt);
t_pos_datetime_delete1(hdbc,hstmt);
- //t_setpos_upd_decimal(hdbc,hstmt);
+ /* t_setpos_upd_decimal(hdbc,hstmt); */
t_pos_column_ignore(hdbc,hstmt);
- //my_setpos_upd_pk_order(hdbc,hstmt);
- //my_setpos_upd_pk_order1(hdbc,hstmt);
+ /* my_setpos_upd_pk_order(hdbc,hstmt); */
+ /* my_setpos_upd_pk_order1(hdbc,hstmt); */
t_mul_pkdel(hdbc,hstmt);
t_mul_pkdel1(hdbc,hstmt);
#if 0
| Thread |
|---|
| • Connector/ODBC 3.51 commit: r122 - in trunk: myodbc3 test/test3 | mysqldev | 30 Sep |