unix/ErrorMessages.cpp File Reference
#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"
Include dependency graph for unix/ErrorMessages.cpp:

Go to the source code of this file.

Classes

struct  msgEntry
 

Macros

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

Typedefs

typedef struct msgEntry ERROR_MESSAGE
 

Macro Definition Documentation

◆ CATD_ERR

#define CATD_ERR   ((nl_catd)-1) /* Duplicate for AIX */

Definition at line 91 of file unix/ErrorMessages.cpp.

◆ ERROR_TABLE

#define ERROR_TABLE   /* include error message table */

Definition at line 65 of file unix/ErrorMessages.cpp.

◆ MAJOR

#define MAJOR (   code)    {code, code##_msg},/* Major error codes */

Definition at line 72 of file unix/ErrorMessages.cpp.

◆ MINOR

#define MINOR (   code)    {code, code##_msg},/* Minor error codes (sub-codes) */

Definition at line 73 of file unix/ErrorMessages.cpp.

◆ SECOND_PARAMETER

#define SECOND_PARAMETER   0 /* 0 for no NL_CAT_LOCALE */

Definition at line 87 of file unix/ErrorMessages.cpp.

Typedef Documentation

◆ ERROR_MESSAGE

typedef struct msgEntry ERROR_MESSAGE