aboutsummaryrefslogtreecommitdiffstats
path: root/src/comp.c
diff options
context:
space:
mode:
authorAndrea Corallo2019-09-07 11:17:02 +0200
committerAndrea Corallo2020-01-01 11:37:44 +0100
commit29fcb6ca1280fc01c652dcecc331b20cd88a5729 (patch)
tree75893e95fd11382547b01f4ecabcd2da9acead10 /src/comp.c
parent37a794ce21aa52180c3b5037c3825efee91ee7a0 (diff)
downloademacs-29fcb6ca1280fc01c652dcecc331b20cd88a5729.tar.gz
emacs-29fcb6ca1280fc01c652dcecc331b20cd88a5729.zip
basic file compilation working
Diffstat (limited to 'src/comp.c')
-rw-r--r--src/comp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/comp.c b/src/comp.c
index 905cc70b6b3..07c779369c8 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -3057,9 +3057,9 @@ helper_PSEUDOVECTOR_TYPEP_XUNTAG (const union vectorlike_header *a,
3057} 3057}
3058 3058
3059 3059
3060/*********************************/ 3060/**************************************/
3061/* Native elisp load functions. */ 3061/* Functions used to load eln files. */
3062/*********************************/ 3062/**************************************/
3063 3063
3064static Lisp_Object Vnative_elisp_refs_hash; 3064static Lisp_Object Vnative_elisp_refs_hash;
3065 3065