forked from Lainports/freebsd-ports
- 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
11 lines
258 B
Text
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
|