aboutsummaryrefslogtreecommitdiff
path: root/unix/boot/spp/rpp/ratlibf/lower.f
diff options
context:
space:
mode:
Diffstat (limited to 'unix/boot/spp/rpp/ratlibf/lower.f')
-rw-r--r--unix/boot/spp/rpp/ratlibf/lower.f5
1 files changed, 5 insertions, 0 deletions
diff --git a/unix/boot/spp/rpp/ratlibf/lower.f b/unix/boot/spp/rpp/ratlibf/lower.f
new file mode 100644
index 00000000..b3550701
--- /dev/null
+++ b/unix/boot/spp/rpp/ratlibf/lower.f
@@ -0,0 +1,5 @@
+ subroutine lower (token)
+ integer token (100)
+ call fold (token)
+ return
+ end