diff options
Diffstat (limited to 'backends')
-rw-r--r-- | backends/wince/missing/assert.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/wince/missing/assert.h b/backends/wince/missing/assert.h index 24bc74a642..d7a4a5fb40 100644 --- a/backends/wince/missing/assert.h +++ b/backends/wince/missing/assert.h @@ -4,3 +4,5 @@ #define assert(e) ((e) ? 0 : (error("Assertion failed " #e " (%s, %d)", __FILE__, __LINE__))) +#define abort() error("Abort (%s, %d)", __FILE__, __LINE__) + |