1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-08 00:33:13 -08:00

Mps br/timing: (*sigh*) have to back out everything (mpslib.h and

mpmst.h) to check it still builds, having rearranged
message functions into a consistent order.

Copied from Perforce
 Change: 166588
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Kistruck 2008-10-31 12:18:44 +00:00
parent 859507ba63
commit 9ac6629ba5
2 changed files with 2 additions and 2 deletions

View file

@ -223,7 +223,6 @@ typedef struct MessageStruct {
MessageType type; /* Message Type */
MessageClass class; /* Message Class Structure */
RingStruct queueRing; /* Message queue ring */
mps_clock_t postedClock; /* mps_clock() at post time */
} MessageStruct;

View file

@ -14,7 +14,7 @@
#define mpslib_h
#include <stddef.h>
#include "mps.h" /* mps_clock_t */
extern int mps_lib_get_EOF(void);
#define mps_lib_EOF (mps_lib_get_EOF())
@ -36,6 +36,7 @@ extern void *(mps_lib_memcpy)(void *, const void *, size_t);
extern int (mps_lib_memcmp)(const void *, const void *, size_t);
typedef unsigned long mps_clock_t;
extern mps_clock_t mps_clock(void);
extern mps_clock_t mps_clocks_per_sec(void);