mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
9 lines
308 B
Rexx
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 */
|