Mercurial > hg > xemacs-beta
comparison lib-src/profile.c @ 157:6b37e6ddd302 r20-3b5
Import from CVS: tag r20-3b5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:40:41 +0200 |
parents | 43dd3413c7c7 |
children | 2d532a89d707 |
comparison
equal
deleted
inserted
replaced
156:60baf0b43294 | 157:6b37e6ddd302 |
---|---|
35 #include <config.h> | 35 #include <config.h> |
36 #include <stdio.h> | 36 #include <stdio.h> |
37 #if __STDC__ || defined(STDC_HEADERS) | 37 #if __STDC__ || defined(STDC_HEADERS) |
38 #include <stdlib.h> | 38 #include <stdlib.h> |
39 #endif | 39 #endif |
40 #include <../src/systime.h> | 40 #include "../src/systime.h" |
41 | 41 |
42 static struct timeval TV1, TV2; | 42 static struct timeval TV1, TV2; |
43 static int watch_not_started = 1; /* flag */ | 43 static int watch_not_started = 1; /* flag */ |
44 static char time_string[30]; | 44 static char time_string[30]; |
45 | 45 |