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
7de6c766
Commit
7de6c766
authored
Sep 14, 1999
by
Gerd Moellmann
Browse files
Add prototype for debug_print.
Add prototype for getloadavg.
parent
c3df1ad9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/lisp.h
src/lisp.h
+4
-0
No files found.
src/lisp.h
View file @
7de6c766
...
...
@@ -2026,6 +2026,7 @@ extern void syms_of_alloc P_ ((void));
/* Defined in print.c */
extern
Lisp_Object
Vprin1_to_string_buffer
;
extern
void
debug_print
P_
((
Lisp_Object
));
EXFUN
(
Fprin1
,
2
);
EXFUN
(
Fprin1_to_string
,
2
);
EXFUN
(
Fprinc
,
2
);
...
...
@@ -2637,6 +2638,9 @@ EXFUN (Fset_fontset_font, 4);
/* Defined in xfaces.c */
extern
void
syms_of_xfaces
P_
((
void
));
/* Defined in getloadavg.c */
extern
int
getloadavg
P_
((
double
*
,
int
));
#ifdef HAVE_X_WINDOWS
/* Defined in xfns.c */
extern
void
x_set_tool_bar_lines
P_
((
struct
frame
*
,
Lisp_Object
,
Lisp_Object
));
...
...
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