aboutsummaryrefslogtreecommitdiff
path: root/src/lanes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lanes.c')
-rw-r--r--src/lanes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lanes.c b/src/lanes.c
index aeba5fb..b89e3f5 100644
--- a/src/lanes.c
+++ b/src/lanes.c
@@ -430,7 +430,7 @@ struct s_Linda
430}; 430};
431#define LINDA_KEEPER_HASHSEED( linda) (linda->group ? linda->group : (ptrdiff_t)linda) 431#define LINDA_KEEPER_HASHSEED( linda) (linda->group ? linda->group : (ptrdiff_t)linda)
432 432
433static void* linda_id( lua_State*, enum eDeepOp); 433static void* linda_id( lua_State*, DeepOp);
434 434
435static inline struct s_Linda* lua_toLinda( lua_State* L, int idx_) 435static inline struct s_Linda* lua_toLinda( lua_State* L, int idx_)
436{ 436{
@@ -1126,7 +1126,7 @@ LUAG_FUNC( linda_towatch)
1126* For any other strings, the ID function must not react at all. This allows 1126* For any other strings, the ID function must not react at all. This allows
1127* future extensions of the system. 1127* future extensions of the system.
1128*/ 1128*/
1129static void* linda_id( lua_State* L, enum eDeepOp op_) 1129static void* linda_id( lua_State* L, DeepOp op_)
1130{ 1130{
1131 switch( op_) 1131 switch( op_)
1132 { 1132 {