annotate src/vms-pp.trans @ 28365:a72abbd8dc16
(mark_maybe_object): New function.
(mark_memory): Use it.
(SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK): New macros.
(setjmp_tested_p, longjmp_done): New variables.
(test_setjmp): New function.
(mark_stack) [!GC_SETJMP_WORKS]: Call test_setjmp.
(init_alloc): Initialize setjmp_tested_p and longjmp_done.
author |
Gerd Moellmann <gerd@gnu.org> |
date |
Mon, 27 Mar 2000 19:42:47 +0000 |
parents |
18e524802887 |
children |
|
rev |
line source |
25843
|
1 ! translations for extra long variable names
|
|
2 !234567890123456789012345678901 1234567890123456789012345678901
|
|
3 Vminibuffer_local_completion_map Vminibuf_local_completion_map
|
|
4 Vminibuffer_local_must_match_map Vminibuf_local_must_match
|
|
5 Finsert_abbrev_table_description Finsert_abbrev_table_descrip
|
|
6 Sinsert_abbrev_table_description Sinsert_abbrev_table_descrip
|
|
7 internal_with_output_to_temp_buffer internal_with_out_to_temp_buf
|
|
8 Vminibuffer_completion_predicate Vminibuf_completion_predicate
|
|
9 Qminibuffer_completion_predicate Qminibuf_completion_predicate
|
|
10
|