aboutsummaryrefslogtreecommitdiff
path: root/src/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/errors.h')
-rw-r--r--src/errors.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/errors.h b/src/errors.h
index 4baa142..e40f6ce 100644
--- a/src/errors.h
+++ b/src/errors.h
@@ -2,12 +2,12 @@
Copyright 1991 by Stichting Mathematisch Centrum, Amsterdam, The
Netherlands.
- All Rights Reserved
+ All Rights Reserved
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
+both that copyright notice and this permission notice appear in
supporting documentation, and that the names of Stichting Mathematisch
Centrum or CWI not be used in advertising or publicity pertaining to
distribution of the software without specific, written prior permission.
@@ -43,10 +43,10 @@ extern object *KeyboardInterrupt;
/* Some more planned for the future */
-#define IndexError RuntimeError
-#define KeyError RuntimeError
-#define ZeroDivisionError RuntimeError
-#define OverflowError RuntimeError
+#define IndexError RuntimeError
+#define KeyError RuntimeError
+#define ZeroDivisionError RuntimeError
+#define OverflowError RuntimeError
/* Convenience functions */