Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Karsten Poeck
ansi-test
Commits
63544044
Commit
63544044
authored
Sep 01, 2003
by
pfdietz
Browse files
Fixed silly typo
parent
ae351789
Changes
1
Show whitespace changes
Inline
Side-by-side
ansi-tests/ansi-aux.lsp
View file @
63544044
...
...
@@ -304,8 +304,8 @@ the condition to go uncaught if it cannot be classified."
(file-error () 'file-error)
(cell-error () 'cell-error)
(division-by-zero () 'division-by-zero)
(floating-point
er
-overflow () 'floating-point-overflow)
(floating-point
er
-underflow () 'floating-point-underflow)
(floating-point-overflow () 'floating-point-overflow)
(floating-point-underflow () 'floating-point-underflow)
(arithmethic-error () 'arithmetic-error)
(error () 'error)
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment