aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-coerce.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/i-coerce.boot')
-rw-r--r--src/interp/i-coerce.boot4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/interp/i-coerce.boot b/src/interp/i-coerce.boot
index 9a44c578..92226235 100644
--- a/src/interp/i-coerce.boot
+++ b/src/interp/i-coerce.boot
@@ -1,5 +1,7 @@
-- Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd.
-- All rights reserved.
+-- Copyright (C) 2007-2008, 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
@@ -34,6 +36,8 @@ import '"i-analy"
import '"i-resolv"
)package "BOOT"
+$useCoerceOrCroak := true
+
--% Algebraic coercions using interactive code
algCoerceInteractive(p,source,target) ==