Mercurial > hg > xemacs-beta
diff src/redisplay.c @ 223:2c611d1463a6 r20-4b10
Import from CVS: tag r20-4b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:10:54 +0200 |
parents | d44af0c54775 |
children | 0e522484dd2a |
line wrap: on
line diff
--- a/src/redisplay.c Mon Aug 13 10:10:03 2007 +0200 +++ b/src/redisplay.c Mon Aug 13 10:10:54 2007 +0200 @@ -5565,14 +5565,12 @@ return 0; } -#ifndef WINDOWSNT static Lisp_Object restore_profiling_redisplay_flag (Lisp_Object val) { profiling_redisplay_flag = XINT (val); return Qnil; } -#endif /* WINDOWSNT */ /* Ensure that all windows on all frames on all devices are displaying the current contents of their respective buffers. */ @@ -5584,14 +5582,12 @@ int size_change_failed = 0; int count = specpdl_depth (); -#ifndef WINDOWSNT if (profiling_active) { record_unwind_protect (restore_profiling_redisplay_flag, make_int (profiling_redisplay_flag)); profiling_redisplay_flag = 1; } -#endif /* WINDOWSNT */ if (asynch_device_change_pending) handle_asynch_device_change ();