comparison src/debug.c @ 91:9bd455802437 stable-0-6-17

More fixes for 32/64 bit portability on big endian ppc.
author Carl Byington <carl@five-ten-sg.com>
date Tue, 05 Aug 2008 12:05:42 -0700
parents 631d02d30a1c
children 1fc33da23175
comparison
equal deleted inserted replaced
90:631d02d30a1c 91:9bd455802437
5 #include <stdlib.h> 5 #include <stdlib.h>
6 #include <stdarg.h> 6 #include <stdarg.h>
7 #include <ctype.h> 7 #include <ctype.h>
8 #include <string.h> 8 #include <string.h>
9 #include <limits.h> 9 #include <limits.h>
10 #include <stdint.h>
11 #include <inttypes.h>
10 12
11 struct pst_debug_item { 13 struct pst_debug_item {
12 int type; 14 int type;
13 char * function; 15 char * function;
14 unsigned int line; 16 unsigned int line;