[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Xavier Leroy <xavier.leroy@i...> |
| Subject: | Re: [Caml-list] Assembler errors with _ notation |
> Here's an odd compile error I've run up against: > /tmp/camlasm9587be.s: Assembler messages: > /tmp/camlasm9587be.s:53: Warning: rest of line ignored; first > ignored character is `_' It's a known glitch in 3.06 (see bug report #1457). It's fixed in the working sources. Either don't use _ in float literals till 3.07 :-), or get the fix from camlcvs.inria.fr, file ocaml/parsing/lexer.mll, revision 1.57. - Xavier Leroy ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners