| # | Line 22 | Line 22 | static char SCCSid[] = "$SunId$ LBL"; | |
|---|---|---|
| 22 | ||
| 23 | #ifndef BSD | |
| 24 | #define bzero(d,n) (void)memset(d,0,n) | |
| 25 | – | extern char *memset(); |
| 25 | #endif | |
| 26 | ||
| 27 | #define checkcurs(t) if ((t)->cursor) togglecurs(t) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |