From 3e29c729f45a339c8fceb157ee8157dde1562485 Mon Sep 17 00:00:00 2001 From: verhaegs Date: Thu, 22 Sep 2011 19:42:01 +0000 Subject: [PATCH] include/rexx/errors.h: Include errorno to indicate internal error git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@41567 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- compiler/include/rexx/errors.h | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/include/rexx/errors.h b/compiler/include/rexx/errors.h index 8f84f5a43e..fd8c9d06fb 100644 --- a/compiler/include/rexx/errors.h +++ b/compiler/include/rexx/errors.h @@ -62,5 +62,6 @@ #define ERR10_046 46 #define ERR10_047 47 #define ERR10_048 48 +#define ERR10_100 100 /* Internal error */ #endif /* REXX_ERRORS_H */ -- 2.11.4.GIT