diff options
Diffstat (limited to 'lang/nawk/files/run.c')
-rw-r--r-- | lang/nawk/files/run.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/nawk/files/run.c b/lang/nawk/files/run.c index ef8e97b778d..506e98cd481 100644 --- a/lang/nawk/files/run.c +++ b/lang/nawk/files/run.c @@ -1,4 +1,4 @@ -/* $NetBSD: run.c,v 1.1 2006/07/14 14:23:06 jlam Exp $ */ +/* $NetBSD: run.c,v 1.2 2009/10/29 20:21:53 tnn Exp $ */ /**************************************************************** Copyright (C) Lucent Technologies 1997 @@ -388,7 +388,7 @@ Cell *jump(Node **a, int n) /* break, continue, next, nextfile, return */ return 0; /* not reached */ } -Cell *getline(Node **a, int n) /* get next line from specific input */ +Cell *get_line(Node **a, int n) /* get next line from specific input */ { /* a[0] is variable, a[1] is operator, a[2] is filename */ Cell *r, *x; extern Cell **fldtab; |