From b69faf0bcc5ddca1d88b1a7ab47bcbbc6dbb9af1 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Thu, 8 Nov 2018 11:32:45 -0500 Subject: lua update to 5.1.5 Modify Rocklua towards upstream 5.1.5 Clean up some of the Rocklua implementation Change-Id: Iac722e827899cf84f5ca004ef7ae7ddce5f7fbbe --- apps/plugins/lua/rocklibc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugins/lua/rocklibc.h') diff --git a/apps/plugins/lua/rocklibc.h b/apps/plugins/lua/rocklibc.h index fde50ae..f119265 100644 --- a/apps/plugins/lua/rocklibc.h +++ b/apps/plugins/lua/rocklibc.h @@ -42,6 +42,7 @@ extern int errno; /* Simple substitutions */ #define memcmp rb->memcmp #define strlen rb->strlen +#define strrchr rb->strrchr #endif /* _ROCKLIBC_H_ */ -- cgit v1.1