| # | Line 32 | Line 32 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 32 | ||
| 33 | #define same(a,b) (a==b || (iflag && (a^b)==' ' && isalpha(a))) | |
| 34 | ||
| 35 | – | #ifdef BSD |
| 36 | – | #define memcpy(to,from,len) bcopy(from,to,len) |
| 37 | – | #endif |
| 35 | ||
| 36 | static int advance(), cclass(); | |
| 37 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |