#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <limits.h>
#include <unistd.h>
#include <stdlib.h>
#include "RexxCore.h"
#include "StringClass.hpp"
#include "SystemInterpreter.hpp"
#include "RexxMessageNumbers.h"
#include "RexxMessageTable.h"
Go to the source code of this file.
|
| #define | ERROR_TABLE /* include error message table */ |
| |
| #define | MAJOR(code) {code, code##_msg},/* Major error codes */ |
| |
| #define | MINOR(code) {code, code##_msg},/* Minor error codes (sub-codes) */ |
| |
| #define | SECOND_PARAMETER 0 /* 0 for no NL_CAT_LOCALE */ |
| |
| #define | CATD_ERR ((nl_catd)-1) /* Duplicate for AIX */ |
| |
◆ CATD_ERR
| #define CATD_ERR ((nl_catd)-1) /* Duplicate for AIX */ |
◆ ERROR_TABLE
| #define ERROR_TABLE /* include error message table */ |
◆ MAJOR
| #define MAJOR |
( |
|
code | ) |
{code, code##_msg},/* Major error codes */ |
◆ MINOR
| #define MINOR |
( |
|
code | ) |
{code, code##_msg},/* Minor error codes (sub-codes) */ |
◆ SECOND_PARAMETER
| #define SECOND_PARAMETER 0 /* 0 for no NL_CAT_LOCALE */ |
◆ ERROR_MESSAGE