comparison src/console-stream.c @ 2342:91671c428d8b

[xemacs-hg @ 2004-10-20 03:42:56 by james] Mark another unused parameter.
author james
date Wed, 20 Oct 2004 03:43:00 +0000
parents 04bc9d2f42c7
children 3d8143fc88e1
comparison
equal deleted inserted replaced
2341:e9b0c15c1ced 2342:91671c428d8b
362 staticpro (&Vstdio_str); 362 staticpro (&Vstdio_str);
363 } 363 }
364 364
365 #ifndef PDUMP 365 #ifndef PDUMP
366 void 366 void
367 init_console_stream (int reinit) 367 init_console_stream (int UNUSED (reinit))
368 { 368 {
369 /* This function can GC */ 369 /* This function can GC */
370 if (!initialized) 370 if (!initialized)
371 { 371 {
372 Vterminal_device = Fmake_device (Qstream, Qnil, Qnil); 372 Vterminal_device = Fmake_device (Qstream, Qnil, Qnil);