summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/makeapps.com7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/makeapps.com b/apps/makeapps.com
index ab849e86c7..280acfd348 100644
--- a/apps/makeapps.com
+++ b/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")