diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2026-05-21 08:20:15 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2026-05-23 19:18:53 -0700 |
| commit | 8c69ba718e85749d704bdc8a6d310f6b802520ab (patch) | |
| tree | e73f61fecae639d7de7be912d6c725c29413cdc8 /src | |
| parent | 1e0b0bed2874098fa5a0b322d6d0f69bd805ef50 (diff) | |
Fix emit_static_object comment (no bzero call)
Diffstat (limited to 'src')
| -rw-r--r-- | src/comp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/comp.c b/src/comp.c index c70b37bfdac..545d13b6bfd 100644 --- a/src/comp.c +++ b/src/comp.c @@ -2823,8 +2823,7 @@ emit_static_object (const char *name, Lisp_Object obj) /* If strlen returned 0 that means that the static object contains a NULL byte. In that case just move over to the next block. We can rely on the byte being zero because - of the previous call to bzero and because the dynamic - linker cleared it. */ + the dynamic linker cleared it. */ p++; i++; gcc_jit_block_add_assignment ( |
