diff options
Diffstat (limited to 'src/interp/hashcode.boot')
-rw-r--r-- | src/interp/hashcode.boot | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/interp/hashcode.boot b/src/interp/hashcode.boot index 3492b08a..ba6fb58f 100644 --- a/src/interp/hashcode.boot +++ b/src/interp/hashcode.boot @@ -1,6 +1,6 @@ -- Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd. -- All rights reserved. --- Copyright (C) 2007, Gabriel Dos Reis. +-- Copyright (C) 2007-2008, Gabriel Dos Reis. -- All rights reserved. -- -- Redistribution and use in source and binary forms, with or without @@ -35,6 +35,10 @@ import '"g-util" )package "BOOT" +$DomainsWithoutLisplibs == + '(CAPSULE Union Record SubDomain Mapping Enumeration Mode) + + -- Type hasher for old compiler style type names which produces a hash code -- compatible with the asharp compiler. Takes a hard error if the type -- is parameterized, but has no constructor modemap. |