[pywin32-bugs] [ pywin32-Patches-956094 ] convert C++ comments to C in odbc.cpp
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2004-07-13 04:56:46
|
Patches item #956094, was opened at 2004-05-19 03:38 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=956094&group_id=78018 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Jon Willeke (willeke) Assigned to: Nobody/Anonymous (nobody) Summary: convert C++ comments to C in odbc.cpp Initial Comment: This is the third of three patches addressing bug #955432. It changes the C++ comments in odbc.cpp to C comments, for compatibility with C90 compilers, like gcc in -ansi or std=c89 mode. I'm not familiar with autoduck; if someone uses it, he'll need to confirm that these changes don't break it. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2004-07-13 14:56 Message: Logged In: YES user_id=14198 Checking in odbc.cpp; new revision: 1.11; previous revision: 1.10 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=956094&group_id=78018 |