The R Project SVN R

Rev

Rev 82544 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 82544 Rev 87184
Line 21... Line 21...
21
/* Internal header, not installed */
21
/* Internal header, not installed */
22
 
22
 
23
#ifndef ERRORMSG_H
23
#ifndef ERRORMSG_H
24
#define ERRORMSG_H
24
#define ERRORMSG_H
25
 
25
 
26
/* Used in ../main/sub*.c */
26
/* Used now only in ../main/errors.c */
27
#define R_MSG_subs_o_b	_("subscript out of bounds")
27
#define R_MSG_subs_o_b	_("subscript out of bounds")
28
#define R_MSG_ob_nonsub _("object of type '%s' is not subsettable")
28
#define R_MSG_ob_nonsub _("object of type '%s' is not subsettable")
29
#define R_MSG_miss_subs _("missing subscript")
29
#define R_MSG_miss_subs _("missing subscript")
30
 
30
 
31
/*---- Packaged Error & Warning Messages ---- 
31
/*---- Packaged Error & Warning Messages ----
32
 *---- ================================= ----*/
32
 *---- ================================= ----*/
33
 
33
 
34
/* ---> Handling & I18n 
34
/* ---> Handling & I18n
35
 * via ErrorMessage() and WarningMessage() in ../../main/errors.c */
35
 * via ErrorMessage() and WarningMessage() in ../../main/errors.c */
36
 
36
 
37
typedef enum {
37
typedef enum {
38
    /* Argument list length and type errors */
38
    /* Argument list length and type errors */
39
 
39