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
9e49c990
Commit
9e49c990
authored
Jan 26, 2000
by
Gerd Moellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fbyte_code) [BYTE_CODE_SAFE]: Fix typo.
parent
4e6473c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/bytecode.c
src/bytecode.c
+1
-1
No files found.
src/ChangeLog
View file @
9e49c990
No preview for this file type
src/bytecode.c
View file @
9e49c990
...
...
@@ -433,7 +433,7 @@ If the third argument is incorrect, Emacs may crash.")
while
(
1
)
{
#ifdef BYTE_CODE_SAFE
if
(
top
>
stack
s
)
if
(
top
>
stack
e
)
error
(
"Byte code stack overflow (byte compiler bug), pc %d, depth %d"
,
stack
.
pc
-
stack
.
byte_string_start
,
stacke
-
top
);
else
if
(
top
<
stack
.
bottom
-
1
)
...
...
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