diff options
author | Andrea Corallo <akrl@sdf.org> | 2019-12-22 09:28:39 +0100 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-01-01 11:38:14 +0100 |
commit | b275ddd63a24b15dd8f90ea0c4f27341a8dfa977 (patch) | |
tree | 7454035f4c6a1bb0d41dcbb562a7bfa63acda785 /src/comp.h | |
parent | 5ecb71c1e65038b79933c06e1c0303b3e58ef4b5 (diff) | |
download | emacs-b275ddd63a24b15dd8f90ea0c4f27341a8dfa977.tar.gz |
rationalize load functions
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 8b83911f53c..677ffdc4d7f 100644 --- a/src/comp.h +++ b/src/comp.h @@ -26,6 +26,8 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ struct Lisp_Native_Comp_Unit { union vectorlike_header header; + /* Original eln file loaded (just for debug purpose). */ + Lisp_Object file; /* Analogous to the constant vector but per compilation unit. */ Lisp_Object data_vec; /* Compilation unit file descriptor and handle. */ |