From b7ed502deaaab48c8794314e8594b0511dfa34d8 Mon Sep 17 00:00:00 2001
From: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date: Mon, 18 Mar 2002 15:16:16 -0300
Subject: configurable macros should live in llimits.h

---
 lobject.h | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

(limited to 'lobject.h')

diff --git a/lobject.h b/lobject.h
index a33f28b4..746b7751 100644
--- a/lobject.h
+++ b/lobject.h
@@ -1,5 +1,5 @@
 /*
-** $Id: lobject.h,v 1.125 2002/03/05 12:42:47 roberto Exp roberto $
+** $Id: lobject.h,v 1.126 2002/03/11 12:45:00 roberto Exp roberto $
 ** Type definitions for Lua objects
 ** See Copyright Notice in lua.h
 */
@@ -12,21 +12,6 @@
 #include "lua.h"
 
 
-#ifndef lua_assert
-#define lua_assert(c)		/* empty */
-#endif
-
-
-#ifndef UNUSED
-#define UNUSED(x)	((void)(x))	/* to avoid warnings */
-#endif
-
-
-#ifndef cast
-#define cast(t, exp)	((t)(exp))
-#endif
-
-
 /* tags for values visible from Lua */
 #define NUM_TAGS	6
 
-- 
cgit v1.2.3-55-g6feb