diff options
| author | Charles.Forsyth <devnull@localhost> | 2007-01-15 21:04:26 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2007-01-15 21:04:26 +0000 |
| commit | 8911721efbf3b3721376e2baa30bae002c2975c2 (patch) | |
| tree | aa059ffa39c2c4f1cd5ed2e137dcb9b079de2717 /MacOSX/386/include/lib9.h | |
| parent | 0e96539ff7cff23233d3f0a64bb285b385a3a1f4 (diff) | |
20070115
Diffstat (limited to 'MacOSX/386/include/lib9.h')
| -rw-r--r-- | MacOSX/386/include/lib9.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MacOSX/386/include/lib9.h b/MacOSX/386/include/lib9.h index 69bbbb95..f7c89d6d 100644 --- a/MacOSX/386/include/lib9.h +++ b/MacOSX/386/include/lib9.h @@ -65,6 +65,8 @@ typedef struct Proc Proc; #define SET(x) #define nelem(x) (sizeof(x)/sizeof((x)[0])) +#undef offsetof +#undef assert #define offsetof(s, m) (ulong)(&(((s*)0)->m)) #define assert(x) if(x){}else _assert("x") |
