| # | Line 143 | Line 143 | argcerr: | |
|---|---|---|
| 143 | objerror(o, USER, "bad # arguments"); | |
| 144 | raderr: | |
| 145 | objerror(o, USER, "illegal radii"); | |
| 146 | + | return NULL; /* pro forma return */ |
| 147 | } | |
| 148 | ||
| 149 | ||
| # | Line 169 | Line 170 | register CONE *co; | |
| 170 | register double d; | |
| 171 | register int i; | |
| 172 | ||
| 173 | < | co->tm = (FLOAT (*)[4])malloc(sizeof(MAT4)); |
| 173 | > | co->tm = (RREAL (*)[4])malloc(sizeof(MAT4)); |
| 174 | if (co->tm == NULL) | |
| 175 | error(SYSTEM, "out of memory in conexform"); | |
| 176 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |