Browse Source

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

Richard Levitte 13 years ago
parent
commit
c596b2ab5b
1 changed files with 7 additions and 0 deletions
  1. 7 0
      apps/makeapps.com

+ 7 - 0
apps/makeapps.com

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