From 29fcb6ca1280fc01c652dcecc331b20cd88a5729 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Sat, 7 Sep 2019 11:17:02 +0200 Subject: basic file compilation working --- src/comp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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; -- cgit v1.2.1