Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
67c098ad
Commit
67c098ad
authored
Jul 18, 1995
by
Karl Heuer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fbyte_code): Fix variable names in previous change.
parent
f2f23562
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/bytecode.c
src/bytecode.c
+1
-1
No files found.
src/bytecode.c
View file @
67c098ad
...
...
@@ -759,7 +759,7 @@ If the third argument is incorrect, Emacs may crash.")
CHECK_NUMBER_OR_FLOAT_COERCE_MARKER
(
v1
,
0
);
CHECK_NUMBER_OR_FLOAT_COERCE_MARKER
(
v2
,
0
);
#ifdef LISP_FLOAT_TYPE
if
(
FLOATP
(
num
1
)
||
FLOATP
(
num
2
))
if
(
FLOATP
(
v
1
)
||
FLOATP
(
v
2
))
{
double
f1
,
f2
;
...
...
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