diff options
Diffstat (limited to 'src/comp.h')
-rw-r--r-- | src/comp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/comp.h b/src/comp.h index f5baa88853e..6710227b44d 100644 --- a/src/comp.h +++ b/src/comp.h @@ -37,6 +37,8 @@ struct Lisp_Native_Comp_Unit /* Original eln file loaded. */ Lisp_Object file; Lisp_Object optimize_qualities; + /* Hash doc-idx -> function documentaiton. */ + Lisp_Object data_fdoc_h; /* Analogous to the constant vector but per compilation unit. */ Lisp_Object data_vec; /* Same but for data that cannot be moved to pure space. |