On Sun, 14 Aug 2022 22:17:02 +0800, David Crayford wrote:

>You will have to use macro file extension in the C code. 
>
>#include “file.macro”
> 
So the source code must be dual-path for CMS?:
    #if CMS
        #include “file.macro”
    #else
        #include "file.h"
    #endif

Ugh!  (Will the CMS C compiler accept your typographer's quotes?)

>> On 14 Aug 2022, at 8:09 am, Paul Gilmartin  wrote:
>> 
>>     ..., consider BFS.  Its directory structure may be more similar to what
>> exists in the real world.

-- 
gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to