comparison src/debug.c @ 122:bdb38b434c0a

more changes from Fridrich Strba to avoid installing our config.h
author Carl Byington <carl@five-ten-sg.com>
date Mon, 02 Feb 2009 21:55:48 -0800
parents 0f1492b7fe8b
children ab2a11e72250
comparison
equal deleted inserted replaced
121:8399ef94c11b 122:bdb38b434c0a
1 1 #include "common.h"
2 #include "define.h" 2 #include "define.h"
3 //#include <stdint.h>
4 3
5 struct pst_debug_item { 4 struct pst_debug_item {
6 int type; 5 int type;
7 char * function; 6 char * function;
8 unsigned int line; 7 unsigned int line;