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
c003141f
Commit
c003141f
authored
Nov 20, 2005
by
Nick Roberts
Browse files
Use typedef when Lisp_Object is EMACS_INT so that
this type is recognised when debugging.
parent
76986433
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/lisp.h
src/lisp.h
+1
-1
No files found.
src/lisp.h
View file @
c003141f
...
...
@@ -253,7 +253,7 @@ LISP_MAKE_RVALUE (Lisp_Object o)
/* If union type is not wanted, define Lisp_Object as just a number. */
#ifdef NO_UNION_TYPE
#define
Lisp_Object
EMACS_INT
typedef
EMACS_INT
Lisp_Object
;
#define LISP_MAKE_RVALUE(o) (0+(o))
#endif
/* NO_UNION_TYPE */
...
...
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