source conversion
source conversion
- Subject: source conversion
- From: "D. Walsh" <email@hidden>
- Date: Thu, 19 Jan 2006 02:18:53 -0500
- Mta-interface: amavisd-new-2.3.3 (20050822) at daleenterprise.com
I'm in the midst of converting some 65C816 source files and I've run into some code that doesn't quite look right to me.
/* Are we using an old or a new library? */ #ifndef _xsco_version && ndef xsco_version #define xsco_version() 1.000511 #endif
Now, from what it appears, it looks like it's testing for the existence of a function but I don't believe this is the correct approach but I could be wrong.
Anyway, before I create a mess by ignoring this code and since there are roughly about 400 files I thought I'd ask for some opinions and advice on what to do with this code since the files are peppered with them.
-- Dale
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden