Changeset 990 for trunk/util/xc_stack.c

Show
Ignore:
Timestamp:
07/18/2012 09:01:59 AM (10 months ago)
Author:
moo
Message:

split trace

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/util/xc_stack.c

    r982 r990  
    11#include <stdlib.h> 
    2 #include <assert.h> 
     2#include "xc_trace.h" 
    33#include "xc_stack.h" 
     4 
    45typedef xc_stack_t* S; 
    56