projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bd114b
)
; * src/itree.h: include "lisp.h" for Lisp_Object
author
Matt Armstrong
<matt@rfc20.org>
Thu, 6 Oct 2022 16:36:24 +0000
(09:36 -0700)
committer
Matt Armstrong
<matt@rfc20.org>
Thu, 6 Oct 2022 20:27:27 +0000
(13:27 -0700)
src/itree.c
patch
|
blob
|
history
src/itree.h
patch
|
blob
|
history
diff --git
a/src/itree.c
b/src/itree.c
index ed31ef11562664b7f571670d548082b5f12d5755..a782410860e3277a4891a535d116074304404111 100644
(file)
--- a/
src/itree.c
+++ b/
src/itree.c
@@
-19,7
+19,7
@@
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include <config.h>
#include <math.h>
-#include "lisp.h"
+
#include "itree.h"
/*
diff --git
a/src/itree.h
b/src/itree.h
index 8f6bb667d64be68a9321679fd0d88fe12d324eea..9b79551f77cb02b7c7f53b7c3470a46c171d92f3 100644
(file)
--- a/
src/itree.h
+++ b/
src/itree.h
@@
-23,6
+23,8
@@
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include <stddef.h>
#include <inttypes.h>
+#include "lisp.h"
+
/* The tree and node structs are mainly here, so they can be allocated.
NOTE: The only time where it is safe to modify node.begin and