[Info-vax] C... the only winning move is not to play...

JF Mezei jfmezei.spamnot at vaxination.ca
Mon Feb 10 08:33:42 EST 2014


VAXman- @SendSpamHere.ORG wrote:

> #define  str$concat  STR$CONCAT
> #ifdef __NEW_STARLET
> unsigned int str$concat(
>         void *destination_string,
>         void *source_string_1,
>         __optional_params);
> 
> 
> Now, if you can include <str$routines.h> and make this go away, I'm wanting.


Copy the 8.* module to the source directory.

#include "mystr$routines.h"
instead of

#include <str$routines>


This causes the ibclude to look in the current directory instead of
system library. So you are including your own copy instead of the system
copy. This should work in 7.2 to 8.* snce not much has changed in that
module (but you ca check to see if there are other changes).



More information about the Info-vax mailing list