|
|
| version 1.3, 2003/09/21 04:21:35 | version 1.4, 2003/11/14 03:54:26 |
|---|---|
| Line 180 if ((i) > (n)) { \ | Line 180 if ((i) > (n)) { \ |
| # define strerror(n) sys_errlist[n] | # define strerror(n) sys_errlist[n] |
| #endif | #endif |
| #ifndef __P | |
| # ifndef __STDC__ | |
| # define __P(proto) () | |
| # else | |
| # define __P(proto) proto | |
| # endif | |
| #endif | |
| /* Local Function Declarations */ | /* Local Function Declarations */ |
| void add_line_node (line_t *); | void add_line_node (line_t *); |
| int append_lines (long); | int append_lines (long); |