comparison src/intl.c @ 5118:e0db3c197671 ben-lisp-object

merge up to latest default branch, doesn't compile yet
author Ben Wing <ben@xemacs.org>
date Sat, 26 Dec 2009 21:18:49 -0600
parents 98af8a976fc3
children 304aebb79cd3
comparison
equal deleted inserted replaced
5117:3742ea8250b5 5118:e0db3c197671
165 /************************************************************************/ 165 /************************************************************************/
166 166
167 void 167 void
168 init_intl (void) 168 init_intl (void)
169 { 169 {
170 /* This function can GC */ 170 /* This function cannot GC, because it explicitly prevents it. */
171 if (initialized) 171 if (initialized)
172 { 172 {
173 int count = begin_gc_forbidden (); 173 int count = begin_gc_forbidden ();
174 Lisp_Object args[2]; 174 Lisp_Object args[2];
175 175