| iMatix home page
| << | < | > | >>
SFL Logo SFL
Version 2.10

 

push_trace

#include "sfltron.h"
void
push_trace (Bool new_state)

Synopsis

Saves the current trace state. Restore with pop trace(). The current implementation only saves one level of tracing.

Source Code - (sfltron.c)

{
    pushed_state = trace_state;
    trace_state = new_state;
}

| << | < | > | >> iMatix Copyright © 1996-99 iMatix Corporation