diff options
| author | Yuuki Harano | 2018-01-10 22:33:18 +0900 |
|---|---|---|
| committer | Jeff Walsh | 2020-11-22 14:46:55 +1100 |
| commit | 1b621c8e3c1aa1dd71d39f080703292cde270446 (patch) | |
| tree | 3300062d7f5884bcc804245738c3bc9a84d41af5 /src | |
| parent | f15c6a408d88c13943c935f71626fc208eafcfed (diff) | |
| download | emacs-1b621c8e3c1aa1dd71d39f080703292cde270446.tar.gz emacs-1b621c8e3c1aa1dd71d39f080703292cde270446.zip | |
Don't mark name_list_element as it's not required
* ../src/pgtkterm.c (mark_pgtkterm):
これは余分。
Diffstat (limited to 'src')
| -rw-r--r-- | src/pgtkterm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pgtkterm.c b/src/pgtkterm.c index 61da7d6650c..a1c42eb2748 100644 --- a/src/pgtkterm.c +++ b/src/pgtkterm.c | |||
| @@ -131,7 +131,9 @@ mark_pgtkterm(void) | |||
| 131 | 131 | ||
| 132 | struct pgtk_display_info *dpyinfo; | 132 | struct pgtk_display_info *dpyinfo; |
| 133 | for (dpyinfo = x_display_list; dpyinfo != NULL; dpyinfo = dpyinfo->next) { | 133 | for (dpyinfo = x_display_list; dpyinfo != NULL; dpyinfo = dpyinfo->next) { |
| 134 | #if false /* marked in alloc.c:compact_font_caches() */ | ||
| 134 | mark_object (dpyinfo->name_list_element); | 135 | mark_object (dpyinfo->name_list_element); |
| 136 | #endif | ||
| 135 | mark_object (dpyinfo->xrdb); | 137 | mark_object (dpyinfo->xrdb); |
| 136 | } | 138 | } |
| 137 | } | 139 | } |