lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi Everyone:

Is it me, or does the below typedef not parse with tolua 3.0b?  (It chokes on
the filename[64] field.)

typedef struct {
	short vRefNum;
	short refNum;
	unsigned char filename[64];
	unsigned char path[256];
}file_info;



david