comparison src/cmdloop.c @ 288:e11d67e05968 r21-0b42

Import from CVS: tag r21-0b42
author cvs
date Mon, 13 Aug 2007 10:35:54 +0200
parents c42ec1d1cded
children 8626e4521993
comparison
equal deleted inserted replaced
287:13a0bd77a29d 288:e11d67e05968
578 Vquit_flag = Qnil; 578 Vquit_flag = Qnil;
579 Fdispatch_event (event); 579 Fdispatch_event (event);
580 580
581 if (!was_locked) 581 if (!was_locked)
582 any_console_state (); 582 any_console_state ();
583 #if defined (__SUNPRO_C) || defined (__SUNPRO_CC) || (defined (DEC_ALPHA) && defined (OSF1)) 583 #if (defined (_MSC_VER) \
584 || defined (__SUNPRO_C) \
585 || defined (__SUNPRO_CC) \
586 || (defined (DEC_ALPHA) \
587 && defined (OSF1)))
584 if (0) return Qnil; /* Shut up compiler */ 588 if (0) return Qnil; /* Shut up compiler */
585 #endif 589 #endif
586 } 590 }
587 #ifdef LISP_COMMAND_LOOP 591 #ifdef LISP_COMMAND_LOOP
588 UNGCPRO; 592 UNGCPRO;