| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | < | /* Copyright (c) 1990 Regents of the University of California */ |
| 2 | < | |
| 3 | < | /* SCCSid "$SunId$ LBL" */ |
| 4 | < | |
| 1 | > | /* RCSid: $Id$ */ |
| 2 | /* | |
| 3 | * Translator definitions | |
| 4 | * | |
| # | Line 45 | Line 42 | typedef struct rule { | |
| 42 | #define rulsiz(nq) (sizeof(RULEHD)+(nq)*sizeof(IDMATCH)) | |
| 43 | #define idm(rp) ((IDMATCH *)((rp)+1)) | |
| 44 | ||
| 48 | – | char *malloc(), *calloc(), *realloc(); |
| 45 | char *savestr(); | |
| 46 | RULEHD *getmapping(); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |