by Ludovic Brenta <ludovic@[EMAIL PROTECTED]
>
Mar 30, 2008 at 11:36 PM
ma740988@[EMAIL PROTECTED]
writes:
> I'm not following the conditional logic 'if (Restrict_Func / =
> null)'. Not understanding the impetus behind the check for null.
If Restrict_Func is null and you try to call the subprogram it
designates, you get a Constraint_Error (ARM 4.9(13)). If you disable
runtime checks, your program is likely to crash.
--
Ludovic Brenta.