-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ZWEGEN00 split CONFIG entry over multiple lines (#3873)
* WIP to have ZWEGEN00 split CONFIG entry over multiple lines. Signed-off-by: 1000TurquoisePogs <[email protected]> * Update CONFIG= for launcher Signed-off-by: Martin Zeithaml <[email protected]> * Simplify macro Signed-off-by: Martin Zeithaml <[email protected]> * Update SMPMCS.txt Signed-off-by: 1000TurquoisePogs <[email protected]> * Update SMPMCS.txt Signed-off-by: 1000TurquoisePogs <[email protected]> --------- Signed-off-by: 1000TurquoisePogs <[email protected]> Signed-off-by: Martin Zeithaml <[email protected]> Co-authored-by: Martin Zeithaml <[email protected]>
- Loading branch information
1 parent
716caf1
commit 9188de0
Showing
4 changed files
with
95 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/* REXX */ | ||
address isredit 'macro' | ||
do i = 1 to queued() | ||
parse pull insertCmd | ||
address isredit insertCmd | ||
end | ||
address isredit 'end' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters