Subversion Repositories Kolibri OS

Rev

Rev 1905 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1905 Rev 3960
Line 95... Line 95...
95
#define warning14(s, a, b, c, d, e, f, g, h, i, j, k, l, m, n) 
95
#define warning14(s, a, b, c, d, e, f, g, h, i, j, k, l, m, n) 
96
#define warning15(s, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) 
96
#define warning15(s, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) 
97
#endif
97
#endif
Line 98... Line 98...
98
 
98
 
99
/* error macros also here... */
99
/* error macros also here... */
100
#ifndef NO_ERROR
100
#ifndef NO_ERRORMSG
101
#define error(s) fprintf(stderr, "[" __FILE__ ":%i] error: " s "\n", __LINE__)
101
#define error(s) fprintf(stderr, "[" __FILE__ ":%i] error: " s "\n", __LINE__)
102
#define error1(s, a) fprintf(stderr, "[" __FILE__ ":%i] error: " s "\n", __LINE__, a)
102
#define error1(s, a) fprintf(stderr, "[" __FILE__ ":%i] error: " s "\n", __LINE__, a)
103
#define error2(s, a, b) fprintf(stderr, "[" __FILE__ ":%i] error: " s "\n", __LINE__, a, b)
103
#define error2(s, a, b) fprintf(stderr, "[" __FILE__ ":%i] error: " s "\n", __LINE__, a, b)
104
#define error3(s, a, b, c) fprintf(stderr, "[" __FILE__ ":%i] error: " s "\n", __LINE__, a, b, c)
104
#define error3(s, a, b, c) fprintf(stderr, "[" __FILE__ ":%i] error: " s "\n", __LINE__, a, b, c)