Mercurial > hg > xemacs-beta
comparison src/emacs.c @ 3360:316fddbf58e2
[xemacs-hg @ 2006-04-25 14:01:52 by stephent]
Repair broken commit to Xft code. <87aca9n4in.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Tue, 25 Apr 2006 14:02:09 +0000 |
parents | 15fb91e3a115 |
children | 374186f156d5 |
comparison
equal
deleted
inserted
replaced
3359:af8dab703edc | 3360:316fddbf58e2 |
---|---|
909 __realloc_hook = NULL; | 909 __realloc_hook = NULL; |
910 __free_hook = NULL; | 910 __free_hook = NULL; |
911 #endif /* not SYSTEM_MALLOC or HAVE_LIBMCHECK or DOUG_LEA_MALLOC */ | 911 #endif /* not SYSTEM_MALLOC or HAVE_LIBMCHECK or DOUG_LEA_MALLOC */ |
912 | 912 |
913 noninteractive = 0; | 913 noninteractive = 0; |
914 display_use = 0; | 914 display_use = NULL; |
915 inhibit_non_essential_conversion_operations = 1; | 915 inhibit_non_essential_conversion_operations = 1; |
916 | 916 |
917 #ifdef NEW_GC | 917 #ifdef NEW_GC |
918 #ifndef PDUMP | 918 #ifndef PDUMP |
919 if (!initialized) | 919 if (!initialized) |