summaryrefslogtreecommitdiff
path: root/lib/timer.h
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2017-12-10 13:16:31 +0100
committerOndrej Zajicek (work) <santiago@crfreenet.org>2017-12-10 13:16:31 +0100
commita32a7b58cebc2838de2ffd94e679d3e1ec9d493a (patch)
tree946d39c92a464054bcf050772eb7657315488639 /lib/timer.h
parent7fc55925beb06059759294e0e9b7bae45465395f (diff)
Lib: Fix macro/keyword collisions
Old code breaks with some versions of bison
Diffstat (limited to 'lib/timer.h')
-rw-r--r--lib/timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/timer.h b/lib/timer.h
index eeb7dcb7..ed8f0d02 100644
--- a/lib/timer.h
+++ b/lib/timer.h
@@ -30,7 +30,7 @@ typedef struct timer
struct timeloop
{
- BUFFER(timer *) timers;
+ BUFFER_(timer *) timers;
btime last_time;
btime real_time;
};