blob: 4299cdf95b09b7ee3cb4bb8f355da58fc7f7b135 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/bindings/lua/luars232.c
2+++ b/bindings/lua/luars232.c
3@@ -31,7 +31,6 @@
4
5 #include "librs232/rs232.h"
6
7-#define MODULE_TIMESTAMP __DATE__ " " __TIME__
8 #define MODULE_NAMESPACE "luars232"
9 #define MODULE_VERSION "1.0.3"
10 #define MODULE_BUILD "$Id: luars232.c 15 2011-02-23 09:02:20Z sp $"
11@@ -553,9 +552,6 @@ RS232_LIB int luaopen_luars232(lua_State
12 lua_pushstring(L, MODULE_BUILD);
13 lua_setfield(L, -2, "_BUILD");
14
15- lua_pushstring(L, MODULE_TIMESTAMP);
16- lua_setfield(L, -2, "_TIMESTAMP");
17-
18 lua_pushstring(L, MODULE_COPYRIGHT);
19 lua_setfield(L, -2, "_COPYRIGHT");
20