Part of the IF structure didn't get pasted here...

PR: 2393
This commit is contained in:
Richard Levitte 2010-12-14 21:44:36 +00:00
parent c3c7a0d26e
commit d76ce84c92

View File

@ -570,6 +570,13 @@ $! End The P1 Check.
$! $!
$ ENDIF $ ENDIF
$! $!
$! Check To See If P6 Is Blank.
$!
$ IF (P6.EQS."")
$ THEN
$ POINTER_SIZE = ""
$ ELSE
$!
$! Check is P6 Is Valid $! Check is P6 Is Valid
$! $!
$ IF (P6.EQS."32") $ IF (P6.EQS."32")