comparison src/vbuf.c @ 129:fc11b1d1ad34

fix initial from header in mbox format. start moving to PST_LE_GET* rather than LE*_CPU macros so we can eventually remove the pragma packing.
author Carl Byington <carl@five-ten-sg.com>
date Thu, 05 Feb 2009 12:09:04 -0800
parents ab2a11e72250
children 2189a6b8134e
comparison
equal deleted inserted replaced
128:7f747c8c9d02 129:fc11b1d1ad34
1
2 #include "common.h"
3 #include "vbuf.h"
4 1
5 #include "define.h" 2 #include "define.h"
6 3
7 4
8 #define ASSERT(x,...) { if( !(x) ) DIE(( __VA_ARGS__)); } 5 #define ASSERT(x,...) { if( !(x) ) DIE(( __VA_ARGS__)); }