You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
584 B

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