From: | Allan Odgaard |
Date: | 17 Aug 2000 at 07:44:54 |
Subject: | Re: Just a wee question |
On 17-Aug-00, meyersrl@songs.sce.com wrote:
> > Doesn't that convention cause a compatibility problem with other
> > compilers (which put all arguments on the stack)?
> Why would it? The only time another compiler might interface with an
> SAS/C executable would be through a documented library/device [...]
I was thinking of objects created by another compiler (or an assembler)
or a link library... it may also go the other way, i.e. someone
compiles a source with SAS/C and wants to link the resulting object
file with another project, using another compiler...
Regards Allan