Mercurial > emacs
comparison src/atimer.h @ 49600:23a1cea22d13
Trailing whitespace deleted.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 04 Feb 2003 14:56:31 +0000 |
parents | 7ca787d18982 |
children | 4e58666573f4 d7ddb3e565de |
comparison
equal
deleted
inserted
replaced
49599:5ade352e8d1c | 49600:23a1cea22d13 |
---|---|
49 | 49 |
50 struct atimer | 50 struct atimer |
51 { | 51 { |
52 /* The type of this timer. */ | 52 /* The type of this timer. */ |
53 enum atimer_type type; | 53 enum atimer_type type; |
54 | 54 |
55 /* Time when this timer is ripe. */ | 55 /* Time when this timer is ripe. */ |
56 EMACS_TIME expiration; | 56 EMACS_TIME expiration; |
57 | 57 |
58 /* Interval of this timer. */ | 58 /* Interval of this timer. */ |
59 EMACS_TIME interval; | 59 EMACS_TIME interval; |