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

Re: Bug#121282: On i386, gcc-3.0 allows $ in indentifiers but not the asm



> I could have sworn it was NTFS...
> 
> util.h:
> typedef enum {
>         FILE_$Mft       = 0,
>         FILE_$MftMirr   = 1,

What kernel version? In 2.4.10, this reads

typedef enum {
	FILE_Mft	= 0,
	FILE_MftMirr	= 1,
	FILE_LogFile	= 2,
...

Regards,
Martin



Reply to: