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.

22 lines
763 B

  1. Index: lua-rs232-1.0.3/bindings/lua/luars232.c
  2. ===================================================================
  3. --- lua-rs232-1.0.3.orig/bindings/lua/luars232.c 2014-06-05 09:48:23.000000000 +0200
  4. +++ lua-rs232-1.0.3/bindings/lua/luars232.c 2017-12-03 13:03:51.008917783 +0100
  5. @@ -31,7 +31,6 @@
  6. #include "librs232/rs232.h"
  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. @@ -483,9 +482,6 @@
  12. lua_pushstring(L, MODULE_BUILD);
  13. lua_setfield(L, -2, "_BUILD");
  14. - lua_pushstring(L, MODULE_TIMESTAMP);
  15. - lua_setfield(L, -2, "_TIMESTAMP");
  16. -
  17. lua_pushstring(L, MODULE_COPYRIGHT);
  18. lua_setfield(L, -2, "_COPYRIGHT");