diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2018-11-15 11:20:14 +0100 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2018-11-15 11:20:14 +0100 |
commit | 01f83215a2ad235fbf306f591c6c0547b1bb7047 (patch) | |
tree | 51d1edff1c3f684bac388c64d91ee30d8f6fbbf2 /src/lanes_private.h | |
parent | 55acf8e19728ac39581c35f1324debf9449bd185 (diff) | |
download | lanes-01f83215a2ad235fbf306f591c6c0547b1bb7047.tar.gz lanes-01f83215a2ad235fbf306f591c6c0547b1bb7047.tar.bz2 lanes-01f83215a2ad235fbf306f591c6c0547b1bb7047.zip |
Deep userdata must embed DeepPrelude to save an allocation (also changes Deep protocol)
Diffstat (limited to 'src/lanes_private.h')
-rw-r--r-- | src/lanes_private.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lanes_private.h b/src/lanes_private.h index a7e21d7..1adfa31 100644 --- a/src/lanes_private.h +++ b/src/lanes_private.h | |||
@@ -112,6 +112,4 @@ static inline int cancel_error( lua_State* L) | |||
112 | return lua_error( L); // doesn't return | 112 | return lua_error( L); // doesn't return |
113 | } | 113 | } |
114 | 114 | ||
115 | |||
116 | |||
117 | #endif // __lanes_private_h__ \ No newline at end of file | 115 | #endif // __lanes_private_h__ \ No newline at end of file |