aboutsummaryrefslogtreecommitdiffstats
path: root/old-extension/testsparr.awk
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-01-07 21:01:59 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-01-07 21:01:59 +0200
commit54684e9a410c64bcde42c39e02832d586ffd1074 (patch)
tree84e7e94c429a3eaecded43c7577666723247a76c /old-extension/testsparr.awk
parent253b88d9f30c3513ab5c525e0a63cc3b055fd80d (diff)
parent56213f42462dc91f4de5a509095dd8bfc4aeef84 (diff)
downloadegawk-54684e9a410c64bcde42c39e02832d586ffd1074.tar.gz
egawk-54684e9a410c64bcde42c39e02832d586ffd1074.tar.bz2
egawk-54684e9a410c64bcde42c39e02832d586ffd1074.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'old-extension/testsparr.awk')
-rw-r--r--old-extension/testsparr.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/old-extension/testsparr.awk b/old-extension/testsparr.awk
index 648a21a2..a9e3119d 100644
--- a/old-extension/testsparr.awk
+++ b/old-extension/testsparr.awk
@@ -1,6 +1,6 @@
# ../gawk -lsparr -f testsparr.awk
BEGIN {
- extension("sparr")
+ extension("./sparr.so")
print SYS["time"]
SYS["readline"] = "sparr.c";
printf("File %s has %d lines\n", SYS["readline"], length(READLINE))