summaryrefslogtreecommitdiff
path: root/src/alloc.c
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2021-12-11 18:34:05 +0800
committerPo Lu <luangruo@yahoo.com>2021-12-11 18:34:05 +0800
commit25084b1e953ebe036e275a2cf5a6bb4de64a4008 (patch)
treed80bb7cecef345f93404bfd9de3e9748dc2f4778 /src/alloc.c
parentea8bb59c1b393e57046fec698fbb498f08bc70cc (diff)
parentd90be279958c093c4d3023ef553ea20508cf4c28 (diff)
downloademacs-25084b1e953ebe036e275a2cf5a6bb4de64a4008.tar.gz
Merge remote-tracking branch 'origin/master' into feature/pgtk
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c
index ff845989264..16f9076b03c 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -125,6 +125,7 @@ union emacs_align_type
struct Lisp_Overlay Lisp_Overlay;
struct Lisp_Sub_Char_Table Lisp_Sub_Char_Table;
struct Lisp_Subr Lisp_Subr;
+ struct Lisp_Sqlite Lisp_Sqlite;
struct Lisp_User_Ptr Lisp_User_Ptr;
struct Lisp_Vector Lisp_Vector;
struct terminal terminal;