Mercurial > hg > xemacs-beta
diff src/profile.c @ 149:538048ae2ab8 r20-3b1
Import from CVS: tag r20-3b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:36:16 +0200 |
parents | 9f59509498e1 |
children | 3d6bfa290dbd |
line wrap: on
line diff
--- a/src/profile.c Mon Aug 13 09:35:15 2007 +0200 +++ b/src/profile.c Mon Aug 13 09:36:16 2007 +0200 @@ -67,7 +67,7 @@ the table while another routine is operating on it. We also set inside_profiling in case the timeout between signal calls is short enough to catch us while we're already in there. */ -volatile static int inside_profiling; +static volatile int inside_profiling; static SIGTYPE sigprof_handler (int signo)