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
609c36fe
Commit
609c36fe
authored
Sep 17, 1996
by
Erik Naggum
Browse files
Declare make_symbol ().
parent
fe412364
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/lisp.h
src/lisp.h
+2
-2
No files found.
src/lisp.h
View file @
609c36fe
...
...
@@ -657,7 +657,7 @@ struct Lisp_Free
union
Lisp_Misc
*
chain
;
};
/* In a marker, the markbit of the chain field is used as the gc mark bit */
/* In a marker, the markbit of the chain field is used as the gc mark bit
.
*/
struct
Lisp_Marker
{
int
type
:
16
;
/* = Lisp_Misc_Marker */
...
...
@@ -1521,7 +1521,7 @@ extern Lisp_Object Fintern (), Fintern_soft (), Fload ();
extern
Lisp_Object
Fget_file_char
(),
Fread_char
();
extern
Lisp_Object
read_filtered_event
();
extern
Lisp_Object
Feval_current_buffer
(),
Feval_region
();
extern
Lisp_Object
intern
(),
oblookup
();
extern
Lisp_Object
intern
(),
make_symbol
(),
oblookup
();
#define LOADHIST_ATTACH(x) \
if (initialized) Vcurrent_load_list = Fcons (x, Vcurrent_load_list)
extern
Lisp_Object
Vcurrent_load_list
;
...
...
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