summaryrefslogtreecommitdiff
path: root/lang/rexx-imc/files/patch-rxmathfn.rexx
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-09-22 20:13:15 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-09-22 20:13:15 +0000
commitbe94865caaa26416e77e098d78f22688dc43765d (patch)
tree8007b82b506d693f0d51392bbca87550d6f2d4e2 /lang/rexx-imc/files/patch-rxmathfn.rexx
parentupdate to 1.3.1. (diff)
o update to 1.75
o support NOPORTDOCS o assign maintainership to submitter PR: 30428 Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
Diffstat (limited to 'lang/rexx-imc/files/patch-rxmathfn.rexx')
-rw-r--r--lang/rexx-imc/files/patch-rxmathfn.rexx9
1 files changed, 9 insertions, 0 deletions
diff --git a/lang/rexx-imc/files/patch-rxmathfn.rexx b/lang/rexx-imc/files/patch-rxmathfn.rexx
new file mode 100644
index 000000000000..fb55b0b82685
--- /dev/null
+++ b/lang/rexx-imc/files/patch-rxmathfn.rexx
@@ -0,0 +1,9 @@
+--- rxmathfn.rexx Thu Nov 19 10:25:43 1992
++++ rxmathfn.rexx.new Fri Sep 7 15:06:45 2001
+@@ -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 */