Menu

#20 PROCEDURE EXPOSE in external macro

open
None
5
2004-08-01
2004-07-21
Alan Insley
No

Add an option to allow PROCEDURE EXPOSE in an
external macro.

This is what uni-rexx allowed, and has always seemed to
be a good idea.

I updated interprt.c, macros.c and variable.c.
Most of the changes are just cleanup/restructure to
allow the flag to be added.

Best Regards!
Alan

Discussion

  • Mark Hessling

    Mark Hessling - 2004-07-23
    • assigned_to: nobody --> rexx
     
  • Mark Hessling

    Mark Hessling - 2004-07-23

    Logged In: YES
    user_id=86185

    Alan, Could you provide diffs against the released 3.3 code
    please?

     
  • Alan Insley

    Alan Insley - 2004-07-26

    Logged In: YES
    user_id=269097

    The changes marked with API are needed to allow the
    PROCEDURE command, the rest are restructuring to allow the
    change.

    Seems the file I attached didn't make it, maybe I forgot the
    check box...

    Regards!
    Alan

     
  • Alan Insley

    Alan Insley - 2004-07-26

    Diffs of updated files

     
  • Alan Insley

    Alan Insley - 2004-07-26

    Procedure Expose changes

     
  • Alan Insley

    Alan Insley - 2004-07-26

    Logged In: YES
    user_id=269097

    Here is the file I tried to attach the first time.
    Let me know if you would like a different format on the diffs.

    Alan

     
  • Mark Hessling

    Mark Hessling - 2004-08-01
    • assigned_to: rexx --> fgc