1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 10:31:37 -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;