summaryrefslogtreecommitdiff
path: root/awkgram.c
diff options
context:
space:
mode:
authorAndrew J. Schorr <aschorr@telemetry-investments.com>2012-05-24 15:34:17 -0400
committerAndrew J. Schorr <aschorr@telemetry-investments.com>2012-05-24 15:34:17 -0400
commit577c3fc31a2718461fba2e599d162de96fe838fa (patch)
tree1f45346053a5ae9db3c62761ef214a8a94095d30 /awkgram.c
parentc62b9d773bc064bc1dd5d8db35207fd4e6d42f1e (diff)
downloadgawk-577c3fc31a2718461fba2e599d162de96fe838fa.tar.gz
First working version of new API mechanism (probably has memory leaks).
Diffstat (limited to 'awkgram.c')
-rw-r--r--awkgram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/awkgram.c b/awkgram.c
index fe3fd13c..7836dbee 100644
--- a/awkgram.c
+++ b/awkgram.c
@@ -5157,7 +5157,7 @@ load_library(INSTRUCTION *file)
return -1;
}
- (void) load_ext(s->fullpath, "dlload", NULL);
+ (void) load_ext(s->fullpath, "dl_load");
return 0;
}