| Author | Topic |
Posts: 413
Registered: May 2004
|
|
Standardising #if and #if defined
|
17 Apr '12 04:04
|
 |
|
It has been on our radar for a while and was recently pointed out by
Totte as a problem for the Borland compiler that libSBML is not
consistent in the use of #if (WIN32) or #if defined (WIN32).
We propose to standardise on #if defined (WIN32) but wanted to check
whether people were in the habit of using
#define WIN32 0
which of course means that the change in libSBML could potentially
change functionality for people.
We will at the same time standardise any use of #if and defines
(__cplusplus is also used inconsistently).
Let us know if you have any objections to this change.
Thanks
The LibSBML Team
____________________________________________________________
To manage your libsbml-development list subscription, visit
https://utils.its.caltech.edu/mailman/listinfo/libsbml-development
For a web interface to the libsbml-development mailing list, visit
http://sbml.org/Forums/
For questions or feedback about the libsbml-development list,
contact sbml-team@caltech.edu
|
|
|