BSD 4_2 release
[unix-history] / usr / src / bin / awk / run.c
index d069200..73ae62e 100644 (file)
@@ -1,10 +1,12 @@
-/*     run.c   4.2     83/02/09        */
+#ifndef lint
+static char sccsid[] = "@(#)run.c      4.4 8/11/83";
+#endif
 
 #include "awk.def"
 #include       "math.h"
 
 #include "awk.def"
 #include       "math.h"
-#define RECSIZE 512
 #include "awk.h"
 #include "stdio.h"
 #include "awk.h"
 #include "stdio.h"
+#define RECSIZE BUFSIZ
 
 #define FILENUM        10
 struct
 
 #define FILENUM        10
 struct
@@ -743,6 +745,7 @@ obj instat(a, n) node **a;
                        tempfree(x);
                }
        }
                        tempfree(x);
                }
        }
+       return (true);
 }
 
 obj jump(a,n) node **a;
 }
 
 obj jump(a,n) node **a;