소스 검색

Type renamed to lua_Type

Roberto Ierusalimschy 31 년 전
부모
커밋
de4e2305c5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      opcode.h

+ 2 - 2
opcode.h

@@ -1,6 +1,6 @@
 /*
 ** TeCGraf - PUC-Rio
-** $Id: opcode.h,v 3.2 1994/11/04 10:47:49 roberto Exp $
+** $Id: opcode.h,v 3.3 1994/11/06 15:35:04 roberto Exp $
 */
 
 #ifndef opcode_h
@@ -117,7 +117,7 @@ typedef union
 
 typedef struct Object
 {
- Type  tag;
+ lua_Type  tag;
  Value value;
 } Object;