summaryrefslogtreecommitdiff
path: root/vms_make.com
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2004-09-13 16:07:55 +0000
committerWerner Lemberg <wl@gnu.org>2004-09-13 16:07:55 +0000
commitdbac48f0b4dbb3cbbb0ef7ba254f0fd8800c7c84 (patch)
tree133e67b32076248b9eeda66d7f902a94e895d69d /vms_make.com
parentee95b6f0d487cb31e90170032ab39d120258052e (diff)
* vms_make.com: Updated.
Diffstat (limited to 'vms_make.com')
-rw-r--r--vms_make.com6
1 files changed, 3 insertions, 3 deletions
diff --git a/vms_make.com b/vms_make.com
index 12152ad0..319ad24a 100644
--- a/vms_make.com
+++ b/vms_make.com
@@ -28,7 +28,7 @@ $ s_case = false
$ libdefs = ""
$ libincs = ""
$ liblist = ""
-$ ccopt = ""
+$ ccopt = "/name=as_is/float=ieee"
$ lopts = ""
$!
$! Check for MMK/MMS
@@ -529,7 +529,7 @@ $ search c.tmp "symbol:"/out=d.tmp
$ def/user sys$output nl:
$ edito/edt/command=sys$input d.tmp
sub/symbol: "/symbol_vector=(/whole
-sub/"/=procedure)/whole
+sub/"/=PROCEDURE)/whole
exit
$ ! all data
$ search b.tmp "EGSY$V_DEF 1"/wind=(0,1) /out=e.tmp
@@ -537,7 +537,7 @@ $ search e.tmp "symbol:"/out=f.tmp
$ def/user sys$output nl:
$ edito/edt/command=sys$input f.tmp
sub/symbol: "/symbol_vector=(/whole
-sub/"/=data)/whole
+sub/"/=DATA)/whole
exit
$ sort/nodupl d.tmp,f.tmp 'p2'
$ delete a.tmp;*,b.tmp;*,c.tmp;*,d.tmp;*,e.tmp;*,f.tmp;*