9da7f4 | // Pike core things that don't belong anywhere else. // | |||
a501ee | // $Id: Pike.pmod,v 1.3 2002/03/08 16:11:58 grubba Exp $ | |||
9da7f4 | constant WEAK_INDICES = __builtin.PIKE_WEAK_INDICES; constant WEAK_VALUES = __builtin.PIKE_WEAK_VALUES; constant WEAK = WEAK_INDICES|WEAK_VALUES; //! Flags for use together with @[set_weak_flag] and @[get_weak_flag]. //! See @[set_weak_flag] for details. | |||
1f6fcf | constant BacktraceFrame = __builtin.backtrace_frame; | |||
a501ee | #if constant(__builtin.security) // This only exists if the run-time has been compiled with // --with-security. constant Security = __builtin.security; #endif /* constant(__builtin.security) */ |