New #define HB_EI_XALLOCNULLSIZE added

This commit is contained in:
Antonio Linares
2002-01-06 12:33:25 +00:00
parent c989e7f8ae
commit 77f608972d

View File

@@ -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 */