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
5c798141
Commit
5c798141
authored
Oct 06, 1994
by
Karl Heuer
Browse files
(Lisp_Void, VOIDP): Deleted.
parent
1bfcade3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
src/lisp.h
src/lisp.h
+0
-5
No files found.
src/lisp.h
View file @
5c798141
...
...
@@ -141,10 +141,6 @@ enum Lisp_Type
in the current buffer. Value is byte index of slot within buffer */
Lisp_Buffer_Objfwd
,
/* In symbol value cell, means var is unbound.
In symbol function cell, means function name is undefined. */
Lisp_Void
,
/* Window used for Emacs display.
Data inside looks like a Lisp_Vector. */
Lisp_Window
,
...
...
@@ -720,7 +716,6 @@ typedef unsigned char UCHAR;
#define BUFFER_LOCAL_VALUEP(x) (XTYPE ((x)) == Lisp_Buffer_Local_Value)
#define SOME_BUFFER_LOCAL_VALUEP(x) (XTYPE ((x)) == Lisp_Some_Buffer_Local_Value)
#define BUFFER_OBJFWDP(x) (XTYPE ((x)) == Lisp_Buffer_Objfwd)
#define VOIDP(x) (XTYPE ((x)) == Lisp_Void)
#define EQ(x, y) (XFASTINT (x) == XFASTINT (y))
#define GC_EQ(x, y) (XGCTYPE (x) == XGCTYPE (y) && XPNTR (x) == XPNTR (y))
...
...
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