Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fix #8419

Closed
vicuna opened this issue Dec 17, 2003 · 2 comments
Closed

Bug fix #8419

vicuna opened this issue Dec 17, 2003 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Dec 17, 2003

Original bug ID: 1984
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

Here's a small and self-explanatory bug fix for ocamllex.

-- Mike Spivey

*** lex/main.ml.orig Wed Dec 17 15:39:55 2003
--- lex/main.ml Wed Dec 17 15:39:57 2003


*** 26,32 ****
let specs =
["-ml", Arg.Set ml_automata,
" Output code that does not use the Lexing module built-in automata
interpreter";
! "-o", Arg.String (fun x -> source_name := Some x),
" Set output file name to ";
"-q", Arg.Set Common.quiet_mode, " Do not display informational
messages";
]
--- 26,32 ----
let specs =
["-ml", Arg.Set ml_automata,
" Output code that does not use the Lexing module built-in automata
interpreter";
! "-o", Arg.String (fun x -> output_name := Some x),
" Set output file name to ";
"-q", Arg.Set Common.quiet_mode, " Do not display informational
messages";
]

@vicuna
Copy link
Author

vicuna commented Dec 18, 2003

Comment author: administrator

see #8332

@vicuna
Copy link
Author

vicuna commented Dec 18, 2003

Comment author: administrator

Here's a small and self-explanatory bug fix for ocamllex.

Thank you for your bug report, but it's already fixed in the CVS tree
(see #8332).

-- Damien

@vicuna vicuna closed this as completed Dec 18, 2003
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant