ports/lang/rexx-imc/files/patch-rxmathfn.rexx
Dmitry Marakasov d300fe774f - Switch to options helpers
- Regenerate patches with `make makepatch`
2016-07-25 09:00:51 +00:00

9 lines
308 B
Rexx

--- rxmathfn.rexx.orig 1992-11-19 18:25:43 UTC
+++ rxmathfn.rexx
@@ -1,4 +1,5 @@
-/* Example Rexx program to provide mathematical functions */
+/*usr/bin/true;exec rexx -x "$0" "$@";exit# Example Rexx program */
+/* to provide mathematical functions */
trace off
Ecall=40 /* Incorrect call to routine */