Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
80d26f99
Commit
80d26f99
authored
Sep 21, 2000
by
Gerd Moellmann
Browse files
Avoid some more compiler warnings.
(byte_char_debug_check): Return void.
parent
6bbd7a29
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
src/ChangeLog
src/ChangeLog
+7
-0
src/marker.c
src/marker.c
+3
-1
No files found.
src/ChangeLog
View file @
80d26f99
2000-09-21 Gerd Moellmann <gerd@gnu.org>
* window.c, term.c, xmenu.c, xrdb.c, emacs.c, macros.c,
* keymap.c, insdel.c, marker.c, minibuf.c, fileio.c, dired.c,
* indent.c, search.c, alloc.c, data.c: Avoid some more compiler
warnings.
* marker.c (byte_char_debug_check): Return void.
* xfns.c (Fx_create_frame): Set default frame parameter value
for tool-bar-lines to 1.
...
...
src/marker.c
View file @
80d26f99
...
...
@@ -32,6 +32,8 @@ static int cached_bytepos;
static
struct
buffer
*
cached_buffer
;
static
int
cached_modiff
;
static
void
byte_char_debug_check
P_
((
struct
buffer
*
,
int
,
int
));
/* Nonzero means enable debugging checks on byte/char correspondences. */
static
int
byte_debug_flag
;
...
...
@@ -97,7 +99,7 @@ clear_charpos_cache (b)
} \
}
int
static
void
byte_char_debug_check
(
b
,
charpos
,
bytepos
)
struct
buffer
*
b
;
int
charpos
,
bytepos
;
...
...
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