diff options
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/coqdep_lexer.mll | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/coqdep_lexer.mll b/tools/coqdep_lexer.mll index 9c4c482fbb..29e4b04a32 100755 --- a/tools/coqdep_lexer.mll +++ b/tools/coqdep_lexer.mll @@ -5,10 +5,11 @@ (* // * This file is distributed under the terms of the *) (* * GNU Lesser General Public License Version 2.1 *) (***********************************************************************) + +(*i $Id$ i*) + { - (* $Id: *) - open Lexing type mL_token = Use_module of string |
