diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/data.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data.c b/src/data.c index a338dadfb69..d968ac9e3a9 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -3935,9 +3935,9 @@ syms_of_data (void) | |||
| 3935 | PUT_ERROR (Qsingularity_error, Fcons (Qdomain_error, arith_tail), | 3935 | PUT_ERROR (Qsingularity_error, Fcons (Qdomain_error, arith_tail), |
| 3936 | "Arithmetic singularity error"); | 3936 | "Arithmetic singularity error"); |
| 3937 | 3937 | ||
| 3938 | PUT_ERROR (Qoverflow_error, Fcons (Qdomain_error, arith_tail), | 3938 | PUT_ERROR (Qoverflow_error, Fcons (Qrange_error, arith_tail), |
| 3939 | "Arithmetic overflow error"); | 3939 | "Arithmetic overflow error"); |
| 3940 | PUT_ERROR (Qunderflow_error, Fcons (Qdomain_error, arith_tail), | 3940 | PUT_ERROR (Qunderflow_error, Fcons (Qrange_error, arith_tail), |
| 3941 | "Arithmetic underflow error"); | 3941 | "Arithmetic underflow error"); |
| 3942 | 3942 | ||
| 3943 | /* Types that type-of returns. */ | 3943 | /* Types that type-of returns. */ |