From: Richard Levitte Date: Tue, 14 Dec 2010 21:44:33 +0000 (+0000) Subject: Part of the IF structure didn't get pasted here... X-Git-Tag: OpenSSL_1_0_1-beta1~404 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a5c5eb77b52209bf754958a6fc6c331e5609b6de;p=oweals%2Fopenssl.git Part of the IF structure didn't get pasted here... PR: 2393 --- diff --git a/apps/makeapps.com b/apps/makeapps.com index 8169f90475..7a728e6a5e 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")