aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-03-31 06:23:04 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-03-31 06:23:04 +0300
commit2ee1a928483f4fe4f594aebc5c1f8da1253c28b9 (patch)
tree3b98319ddf30a395f38c4575974b204105655306 /eval.c
parent080694ae82635e76992158591b39a06af7363da0 (diff)
downloadegawk-2ee1a928483f4fe4f594aebc5c1f8da1253c28b9.tar.gz
egawk-2ee1a928483f4fe4f594aebc5c1f8da1253c28b9.tar.bz2
egawk-2ee1a928483f4fe4f594aebc5c1f8da1253c28b9.zip
Further improvements. sub/gsub working.
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index 2ba79956..5f66763a 100644
--- a/eval.c
+++ b/eval.c
@@ -1180,7 +1180,7 @@ r_get_lhs(NODE *n, bool reference)
/* r_get_field --- get the address of a field node */
-static inline NODE **
+NODE **
r_get_field(NODE *n, Func_ptr *assign, bool reference)
{
long field_num;