From 77f608972d0d664e84d8642523ccec80151384ae Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Sun, 6 Jan 2002 12:33:25 +0000 Subject: [PATCH] New #define HB_EI_XALLOCNULLSIZE added --- harbour/include/error.ch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbour/include/error.ch b/harbour/include/error.ch index 17cd36c1e5..10165621f4 100644 --- a/harbour/include/error.ch +++ b/harbour/include/error.ch @@ -133,6 +133,6 @@ #define HB_EI_XMEMOVERFLOW 9022 /* "Memory buffer overflow" */ #define HB_EI_XGRABNULLSIZE 9023 /* "hb_xgrab requested to allocate zero byte" */ #define HB_EI_XREALLOCNULLSIZE 9024 /* "hb_xrealloc requested to resize to zero byte" */ +#define HB_EI_XALLOCNULLSIZE 9025 /* "hb_xalloc requested to allocate zero byte" */ #endif /* _ERROR_CH */ -