freebsd-ports/lang/lua53/files/extra-patch-assert
David Naylor 726b26ae8b lang/lua53: update to 5.3.5 (final release for 5.3)
- Cleanup of variables
 - Use the 'bsd' target for build stage
 - Add options to to select interactive command line editing
 - Add options to control debug options
 - Add option for HTML documentation
 - No change log provided upstream

Submitted by:	Russel Haley (russ.haley@gmail.com)
		Andrew Gierth (andrew_tao173.riddles.org.uk)
Differential Revision:	https://reviews.freebsd.org/D13690
2018-08-18 07:41:00 +00:00

11 lines
258 B
Text

--- src/lprefix.h.orig 2018-07-14 23:49:59.792621000 +0100
+++ src/lprefix.h 2018-07-14 23:50:20.856546000 +0100
@@ -7,6 +7,8 @@
#ifndef lprefix_h
#define lprefix_h
+#include <assert.h>
+#define lua_assert(c_) assert(c_)
/*
** Allows POSIX/XSI stuff