소스 검색

no more LUA_OPNAMES

Roberto Ierusalimschy 21 년 전
부모
커밋
0d9007b642
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      ltests.h

+ 1 - 3
ltests.h

@@ -1,5 +1,5 @@
 /*
-** $Id: ltests.h,v 2.7 2004/06/29 16:57:24 roberto Exp roberto $
+** $Id: ltests.h,v 2.8 2004/07/09 14:29:29 roberto Exp roberto $
 ** Internal Header for Debugging of the Lua Implementation
 ** See Copyright Notice in lua.h
 */
@@ -13,8 +13,6 @@
 
 #define LUA_DEBUG
 
-#define LUA_OPNAMES
-
 #undef NDEBUG
 #include <assert.h>
 #undef lua_assert