PROCEDURE EXPOSE in external macro
Brought to you by:
rexx
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
Logged In: YES
user_id=86185
Alan, Could you provide diffs against the released 3.3 code
please?
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
Diffs of updated files
Procedure Expose changes
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