[project @ 1998-11-08 17:06:13 by sof]
[ghc-hetmet.git] / ghc / compiler / parser / hslexer.flex
index a5adef3..fc1b66b 100644 (file)
@@ -401,6 +401,7 @@ NL                          [\n\r]
 <GlaExt>"_casm_GC_"            { RETURN(CASM_GC); }
 <GlaExt>"foreign"              { RETURN(FOREIGN); }
 <GlaExt>"export"               { RETURN(EXPORT); }
+<GlaExt>"label"                        { RETURN(LABEL); }
 <GlaExt>"unsafe"               { RETURN(UNSAFE); }
 <GlaExt>"_stdcall"             { RETURN(STDCALL); }
 <GlaExt>"_ccall"               { RETURN(C_CALL); }