Mercurial > hg > xemacs-beta
comparison lib-src/profile.c @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | 74fd4e045ea6 |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
409:301b9ebbdf3b | 410:de805c49cfc1 |
---|---|
39 | 39 |
40 static struct timeval TV1, TV2; | 40 static struct timeval TV1, TV2; |
41 static int watch_not_started = 1; /* flag */ | 41 static int watch_not_started = 1; /* flag */ |
42 static char time_string[30]; | 42 static char time_string[30]; |
43 | 43 |
44 #ifdef WINDOWSNT | 44 #ifdef WIN32_NATIVE |
45 #include <sys/timeb.h> | 45 #include <sys/timeb.h> |
46 /* Emulate gettimeofday (Ulrich Leodolter, 1/11/95). */ | 46 /* Emulate gettimeofday (Ulrich Leodolter, 1/11/95). */ |
47 void | 47 void |
48 gettimeofday (struct timeval *tv, struct timezone *tz) | 48 gettimeofday (struct timeval *tv, struct timezone *tz) |
49 { | 49 { |