aboutsummaryrefslogtreecommitdiff
path: root/src/lane.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lane.h')
-rw-r--r--src/lane.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lane.h b/src/lane.h
index 3c3cced..704a760 100644
--- a/src/lane.h
+++ b/src/lane.h
@@ -34,7 +34,7 @@ static constexpr RegistryUniqueKey kLaneNameRegKey{ 0xA194E2645C57F6DDull };
34// The chain is ended by '(Lane*)(-1)', not nullptr: 'selfdestructFirst -> ... -> ... -> (-1)' 34// The chain is ended by '(Lane*)(-1)', not nullptr: 'selfdestructFirst -> ... -> ... -> (-1)'
35#define SELFDESTRUCT_END ((Lane*) (-1)) 35#define SELFDESTRUCT_END ((Lane*) (-1))
36 36
37// must be a #define instead of a constexpr to work with lua_pushliteral (until I templatize it) 37// must be a #define instead of a constexpr to benefit from compile-time string concatenation
38#define kLaneMetatableName "Lane" 38#define kLaneMetatableName "Lane"
39#define kLanesLibName "lanes" 39#define kLanesLibName "lanes"
40#define kLanesCoreLibName kLanesLibName ".core" 40#define kLanesCoreLibName kLanesLibName ".core"