Skip to content
Snippets Groups Projects
Commit 1f6fcfa2 authored by Martin Nilsson's avatar Martin Nilsson
Browse files

Made BacktraceFrame available from here.

Rev: lib/modules/Pike.pmod:1.2
parent 10e4b9ce
No related branches found
No related tags found
No related merge requests found
// Pike core things that don't belong anywhere else. // Pike core things that don't belong anywhere else.
// //
// $Id: Pike.pmod,v 1.1 2001/06/05 00:03:56 mast Exp $ // $Id: Pike.pmod,v 1.2 2001/08/14 22:05:44 nilsson Exp $
constant WEAK_INDICES = __builtin.PIKE_WEAK_INDICES; constant WEAK_INDICES = __builtin.PIKE_WEAK_INDICES;
constant WEAK_VALUES = __builtin.PIKE_WEAK_VALUES; constant WEAK_VALUES = __builtin.PIKE_WEAK_VALUES;
constant WEAK = WEAK_INDICES|WEAK_VALUES; constant WEAK = WEAK_INDICES|WEAK_VALUES;
//! Flags for use together with @[set_weak_flag] and @[get_weak_flag]. //! Flags for use together with @[set_weak_flag] and @[get_weak_flag].
//! See @[set_weak_flag] for details. //! See @[set_weak_flag] for details.
constant BacktraceFrame = __builtin.backtrace_frame;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment