luislavena / mysql-gem

MySQL/Ruby Bindings, wrapped as Gem with improved cross-platform support
http://rubyforge.org/projects/mysql-win
Other
53 stars 20 forks source link

mysql.c has a C++/C99 style comment #13

Closed knu closed 11 years ago

knu commented 11 years ago

This seems too trivial to fork and send a pull request, so let me just put a pointer:

https://github.com/luislavena/mysql-gem/blob/master/ext/mysql_api/mysql.c#L1893

Old (or strict) compilers would complain about it.

luislavena commented 11 years ago

@knu thanks, I'll get to OSS projects this weekend and fix those issues.