Use native IRT_PTR instead of IRT_LIGHTUD workaround for FILE*.

This commit is contained in:
Mike Pall
2010-12-06 02:14:39 +01:00
parent 73bc83cda1
commit e137408752
2 changed files with 5 additions and 2 deletions

View File

@@ -338,6 +338,9 @@ typedef enum {
IRT_U64,
/* There is room for 10 more types. */
/* Native pointer type. */
IRT_PTR = LJ_64 ? IRT_P64 : IRT_P32,
/* Additional flags. */
IRT_MARK = 0x20, /* Marker for misc. purposes. */
IRT_ISPHI = 0x40, /* Instruction is left or right PHI operand. */