--- mon/src/mon.cpp 2004/02/12 16:42:35 1.23 +++ mon/src/mon.cpp 2004/02/12 17:14:36 1.24 @@ -277,7 +277,7 @@ static void read_line(char *prompt) in_ptr = input; #else -#define INPUT_LENGTH 256 + static const unsigned INPUT_LENGTH = 256; if (!input) input = (char *)malloc(INPUT_LENGTH); fprintf(monout, prompt);