diff src/profile.c @ 56:c0965ff3b039 r19-16-pre3

Import from CVS: tag r19-16-pre3
author cvs
date Mon, 13 Aug 2007 08:58:20 +0200
parents 8d2a9b52c682
children 131b0175ea99
line wrap: on
line diff
--- a/src/profile.c	Mon Aug 13 08:57:57 2007 +0200
+++ b/src/profile.c	Mon Aug 13 08:58:20 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)