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 | |||
| 37 | /* Original eln file loaded. */ | 37 | /* Original eln file loaded. */ |
| 38 | Lisp_Object file; | 38 | Lisp_Object file; |
| 39 | Lisp_Object optimize_qualities; | 39 | Lisp_Object optimize_qualities; |
| 40 | /* Hash doc-idx -> function documentaiton. */ | ||
| 41 | Lisp_Object data_fdoc_h; | ||
| 40 | /* Analogous to the constant vector but per compilation unit. */ | 42 | /* Analogous to the constant vector but per compilation unit. */ |
| 41 | Lisp_Object data_vec; | 43 | Lisp_Object data_vec; |
| 42 | /* Same but for data that cannot be moved to pure space. | 44 | /* Same but for data that cannot be moved to pure space. |