The constant 512 slipped in instead of BUFSIZ.
authorsater <none@none>
Tue, 20 Nov 1984 10:22:12 +0000 (10:22 +0000)
committersater <none@none>
Tue, 20 Nov 1984 10:22:12 +0000 (10:22 +0000)
Changed.

mach/proto/cg/gencode.c

index ea1ccbe..6fc93d4 100644 (file)
@@ -35,7 +35,7 @@ FILE *codefile;
 out_init(filename) char *filename; {
 
 #ifndef NDEBUG
-       static char stderrbuff[512];
+       static char stderrbuff[BUFSIZ];
 
     if (Debug) {
        codefile = stderr;