diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/alloc.c b/src/alloc.c index 2d25f8205ae..9388cf1d08f 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -96,7 +96,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | |||
| 96 | #include <unistd.h> | 96 | #include <unistd.h> |
| 97 | #include <fcntl.h> | 97 | #include <fcntl.h> |
| 98 | 98 | ||
| 99 | #if defined(USE_GTK) | 99 | #ifdef USE_GTK |
| 100 | # include "gtkutil.h" | 100 | # include "gtkutil.h" |
| 101 | #endif | 101 | #endif |
| 102 | #ifdef WINDOWSNT | 102 | #ifdef WINDOWSNT |
| @@ -6148,7 +6148,7 @@ garbage_collect (void) | |||
| 6148 | mark_pgtkterm(); | 6148 | mark_pgtkterm(); |
| 6149 | #endif | 6149 | #endif |
| 6150 | 6150 | ||
| 6151 | #if defined(USE_GTK) | 6151 | #ifdef USE_GTK |
| 6152 | xg_mark_data (); | 6152 | xg_mark_data (); |
| 6153 | #endif | 6153 | #endif |
| 6154 | 6154 | ||