aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrea Corallo2022-03-21 15:04:49 +0100
committerAndrea Corallo2022-03-21 15:27:48 +0100
commit59a8a0ef0d57dd28b47fb39d2cb5651d297e1c89 (patch)
tree15e1e2cf47c6ebd5a2754a89f146ef65839edcce /src
parentefb76604c49c9277f8091da31aa75beb85e8c9fa (diff)
downloademacs-59a8a0ef0d57dd28b47fb39d2cb5651d297e1c89.tar.gz
emacs-59a8a0ef0d57dd28b47fb39d2cb5651d297e1c89.zip
; * src/comp.c: Update a comment.
Diffstat (limited to 'src')
-rw-r--r--src/comp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/comp.c b/src/comp.c
index 50f92fe2cfe..349f228558e 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -4969,7 +4969,6 @@ unknown (before GCC version 10). */)
4969 4969
4970/******************************************************************************/ 4970/******************************************************************************/
4971/* Helper functions called from the run-time. */ 4971/* Helper functions called from the run-time. */
4972/* These can't be statics till shared mechanism is used to solve relocations. */
4973/* Note: this are all potentially definable directly to gcc and are here just */ 4972/* Note: this are all potentially definable directly to gcc and are here just */
4974/* for laziness. Change this if a performance impact is measured. */ 4973/* for laziness. Change this if a performance impact is measured. */
4975/******************************************************************************/ 4974/******************************************************************************/