aboutsummaryrefslogtreecommitdiff
path: root/src/interp/word.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/word.boot')
-rw-r--r--src/interp/word.boot4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/interp/word.boot b/src/interp/word.boot
index b5fbaf71..93570f76 100644
--- a/src/interp/word.boot
+++ b/src/interp/word.boot
@@ -1,5 +1,7 @@
-- Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd.
-- All rights reserved.
+-- Copyright (C) 2007-2009, Gabriel Dos Reis.
+-- All rights reserved.
--
-- Redistribution and use in source and binary forms, with or without
-- modification, are permitted provided that the following conditions are
@@ -46,7 +48,7 @@ buildWordTable u ==
HPUT(table,key,
listSort(function GLESSEQP,removeDupOrderedAlist
listSort(function GLESSEQP, HGET(table,key),function CAR),
- function CADR))
+ function second))
table
writeFunctionTables(filemode) ==