From a6fb0fd5538a3c04806772df051c0103206fad42 Mon Sep 17 00:00:00 2001 From: Nicolas Bacca Date: Mon, 22 Dec 2003 11:22:51 +0000 Subject: Added abort svn-id: r11850 --- backends/wince/missing/assert.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'backends') 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__) + -- cgit v1.2.3