aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrea Corallo2019-11-09 18:01:16 +0100
committerAndrea Corallo2020-01-01 11:38:02 +0100
commit6d230fc2c04532b4abf2474411b2995c237d5cc8 (patch)
tree9e5b30ecd2d5a9a1c1e25b32eba16ea2c56b1c22 /src
parentce4375f57f9b89d68fb639590f3e4a0a28e3a627 (diff)
downloademacs-6d230fc2c04532b4abf2474411b2995c237d5cc8.tar.gz
emacs-6d230fc2c04532b4abf2474411b2995c237d5cc8.zip
comment unused functions
Diffstat (limited to 'src')
-rw-r--r--src/comp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/comp.c b/src/comp.c
index 4afba1183f3..273d8aeac33 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -515,6 +515,7 @@ emit_lval_XLI (gcc_jit_lvalue *obj)
515 comp.lisp_obj_as_num); 515 comp.lisp_obj_as_num);
516} 516}
517 517
518/*
518static gcc_jit_rvalue * 519static gcc_jit_rvalue *
519emit_XLP (gcc_jit_rvalue *obj) 520emit_XLP (gcc_jit_rvalue *obj)
520{ 521{
@@ -533,8 +534,7 @@ emit_lval_XLP (gcc_jit_lvalue *obj)
533 return gcc_jit_lvalue_access_field (obj, 534 return gcc_jit_lvalue_access_field (obj,
534 NULL, 535 NULL,
535 comp.lisp_obj_as_ptr); 536 comp.lisp_obj_as_ptr);
536} 537} */
537
538static gcc_jit_rvalue * 538static gcc_jit_rvalue *
539emit_XUNTAG (gcc_jit_rvalue *a, gcc_jit_type *type, unsigned lisp_word_tag) 539emit_XUNTAG (gcc_jit_rvalue *a, gcc_jit_type *type, unsigned lisp_word_tag)
540{ 540{