/*
 * delete_errs.h:
 * This file is automatically generated; please do not edit it.
 */
#define REGEXP_MISSING_QUOTED_CHAR               (31974912L)
#define REGEXP_MISSING_BRACE                     (31974913L)
#define REGEXP_EMPTY_BRACES                      (31974914L)
#define DIR_NOT_DIRECTORY                        (31974915L)
#define DIR_IMPOSSIBLE_ERROR                     (31974916L)
#define COL_COLUMNS_TOO_THIN                     (31974917L)
#define DELETE_IS_DOTFILE                        (31974918L)
#define DELETE_CANT_DEL_DIR                      (31974919L)
#define DELETE_DIR_NOT_EMPTY                     (31974920L)
#define DELETE_CANT_DEL_FILE                     (31974921L)
#define DELETE_NOT_DELETED                       (31974922L)
#define UNDEL_NOT_UNDELETED                      (31974923L)
#define NO_HOME_DIR                              (31974924L)
#define INTERNAL_ERROR                           (31974925L)
#define ENOMATCH                                 (31974926L)
#define EXPUNGE_NOT_EXPUNGED                     (31974927L)
#define PURGE_TOO_MANY_ARGS                      (31974928L)
#define PAT_NO_FILES_REQUESTED                   (31974929L)
#define PAT_IS_MOUNT                             (31974930L)
#define STACK_BAD_OP                             (31974931L)
#define STACK_EMPTY                              (31974932L)
extern void initialize_del_error_table ();
#define ERROR_TABLE_BASE_del (31974912L)

/* for compatibility with older versions... */
#define init_del_err_tbl initialize_del_error_table
#define del_err_base ERROR_TABLE_BASE_del
