summaryrefslogtreecommitdiff
path: root/lang/nawk/files/proctab.c
diff options
context:
space:
mode:
Diffstat (limited to 'lang/nawk/files/proctab.c')
-rw-r--r--lang/nawk/files/proctab.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/nawk/files/proctab.c b/lang/nawk/files/proctab.c
index 9a331e864d1..664f3a4c117 100644
--- a/lang/nawk/files/proctab.c
+++ b/lang/nawk/files/proctab.c
@@ -1,4 +1,4 @@
-/* $NetBSD: proctab.c,v 1.1 2006/07/14 14:23:06 jlam Exp $ */
+/* $NetBSD: proctab.c,v 1.2 2009/10/29 20:21:53 tnn Exp $ */
#include <stdio.h>
#include "awk.h"
@@ -180,7 +180,7 @@ Cell *(*proctab[92])(Node **, int) = {
nullproc, /* NUMBER */
nullproc, /* STRING */
nullproc, /* REGEXPR */
- getline, /* GETLINE */
+ get_line, /* GETLINE */
substr, /* SUBSTR */
split, /* SPLIT */
jump, /* RETURN */