summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrea Corallo <akrl@sdf.org>2019-09-07 11:17:02 +0200
committerAndrea Corallo <akrl@sdf.org>2020-01-01 11:37:44 +0100
commit29fcb6ca1280fc01c652dcecc331b20cd88a5729 (patch)
tree75893e95fd11382547b01f4ecabcd2da9acead10 /src
parent37a794ce21aa52180c3b5037c3825efee91ee7a0 (diff)
basic file compilation working
Diffstat (limited to 'src')
-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,
}
-/*********************************/
-/* Native elisp load functions. */
-/*********************************/
+/**************************************/
+/* Functions used to load eln files. */
+/**************************************/
static Lisp_Object Vnative_elisp_refs_hash;