| 1105 | |
| 1106 | |
| 1107 | static Instruction *newcharset (lua_State *L) { |
| 1108 | Instruction *p = newpatt(L, CHARSETINSTSIZE); |
| 1109 | p[0].i.code = ISet; |
| 1110 | p[0].i.offset = 0; |
| 1111 | loopset(i, p[1].buff[i] = 0); |
| 1112 | return p; |
| 1113 | } |
| 1114 | |
| 1115 | |
| 1116 | static int set_l (lua_State *L) { |