| # | Line 299 | Line 299 | l_arg(char *nm) /* return nth real argument */ | |
|---|---|---|
| 299 | int n; | |
| 300 | ||
| 301 | if (fobj == NULL) | |
| 302 | < | error(INTERNAL, "arg(n) called without a modifier context"); |
| 302 | > | error(USER, |
| 303 | > | "bad call to arg(n) - illegal constant in .cal file?"); |
| 304 | ||
| 305 | n = argument(1) + .5; /* round to integer */ | |
| 306 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |