summaryrefslogtreecommitdiffstats
path: root/macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'macros.h')
-rw-r--r--macros.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/macros.h b/macros.h
index 897a013..6958b76 100644
--- a/macros.h
+++ b/macros.h
@@ -38,9 +38,9 @@
#endif
#if EV_MULTIPLICITY
-# define EV_G lem_loop
-# define EV_G_ EV_G,
+# define LEM lem_loop
+# define LEM_ LEM,
#else
-# define EV_G
-# define EV_G_
+# define LEM
+# define LEM_
#endif