diff options
Diffstat (limited to 'src/interp')
-rw-r--r-- | src/interp/word.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/word.boot b/src/interp/word.boot index 87c991f2..c1fe352c 100644 --- a/src/interp/word.boot +++ b/src/interp/word.boot @@ -64,7 +64,7 @@ writeFunctionTables(filemode) == writeFunctionTable(filemode,name,dicts) == removeFile makeFullFilePath makePathname(name,'DATABASE,filemode) - stream:= writeLib1(name,'DATABASE) + stream:= writeLib(name,'DATABASE) if not $functionTable then $functionTable:= buildFunctionTable dicts for [key,:val] in entries $functionTable repeat |