# | Line 277 | Line 277 | static void read_line(char *prompt) | |
---|---|---|
277 | ||
278 | in_ptr = input; | |
279 | #else | |
280 | < | #define INPUT_LENGTH 256 |
280 | > | static const unsigned INPUT_LENGTH = 256; |
281 | if (!input) | |
282 | input = (char *)malloc(INPUT_LENGTH); | |
283 | fprintf(monout, prompt); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |