Commit c6e4ef2c authored by Richard Levitte's avatar Richard Levitte
Browse files

Make engines compile on VMS for ia64 as well.

Parse file types in a more secure manner.

Submitted by sms@antinode.info (Steven M. Schweda)
parent 6450908a
Loading
Loading
Loading
Loading
+0 −0

File moved.

engines/ia64.opt

0 → 100644
+1 −0
Original line number Diff line number Diff line
SYMBOL_VECTOR=(bind_engine=PROCEDURE,v_check=PROCEDURE)
+1 −1
Original line number Diff line number Diff line
@@ -196,7 +196,7 @@ $!
$! Do the dirty work.
$!
$ ON ERROR THEN GOTO FILE_NEXT
$ IF FILE_NAME - ".MAR" .NES. FILE_NAME
$ IF F$EDIT(F$PARSE(SOURCE_FILE,,,"TYPE","SYNTAX_ONLY"),"UPCASE") .EQS. ".MAR"
$ THEN
$   MACRO/OBJECT='OBJECT_FILE' 'SOURCE_FILE'
$ ELSE