| # | Line 150 | Line 150 | funset( /* set a library function */ | |
|---|---|---|
| 150 | if (cp == fname) return; | |
| 151 | } | |
| 152 | if ((lp = liblookup(fname)) == NULL) { /* insert */ | |
| 153 | + | if (fptr == NULL) |
| 154 | + | return; /* nothing! */ |
| 155 | if (libsize >= MAXLIB) { | |
| 156 | eputs("Too many library functons!\n"); | |
| 157 | quit(1); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |