/*
 * et-c-ss_err.c:
 * This file is automatically generated; please do not edit it.
 */
#if defined(_WIN32)
# include "win-mac.h"
#endif

#if !defined(_WIN32)
extern void initialize_ss_error_table (void);
#endif

/* Lclint doesn't handle null annotations on arrays
   properly, so we need this typedef in each
   generated .c file.  */
/*@-redef@*/
typedef /*@null@*/ const char *ncptr;
/*@=redef@*/

static ncptr const text[] = {
		"Subsystem aborted",
		"Version mismatch",
		"No current invocation",
		"No info directory",
		"Command not found",
		"Command line aborted",
		"End-of-file reached",
		"Permission denied",
		"Request table not found",
		"No info available",
		"Shell escapes are disabled",
		"Sorry, this request is not yet implemented",
    0
};

#include <com_err.h>

const struct error_table et_ss_error_table = { text, 748800L, 12 };

#if !defined(_WIN32)
void initialize_ss_error_table (void)
    /*@modifies internalState@*/
{
    (void) add_error_table (&et_ss_error_table);
}
#endif
