diff options
Diffstat (limited to 'testsuite/tests/tool-lexyacc')
-rw-r--r-- | testsuite/tests/tool-lexyacc/gram_aux.ml | 2 | ||||
-rw-r--r-- | testsuite/tests/tool-lexyacc/grammar.mly | 2 | ||||
-rw-r--r-- | testsuite/tests/tool-lexyacc/input | 2 | ||||
-rw-r--r-- | testsuite/tests/tool-lexyacc/lexgen.ml | 2 | ||||
-rw-r--r-- | testsuite/tests/tool-lexyacc/main.ml | 2 | ||||
-rw-r--r-- | testsuite/tests/tool-lexyacc/output.ml | 2 | ||||
-rw-r--r-- | testsuite/tests/tool-lexyacc/scan_aux.ml | 2 | ||||
-rw-r--r-- | testsuite/tests/tool-lexyacc/scanner.mll | 2 | ||||
-rw-r--r-- | testsuite/tests/tool-lexyacc/syntax.ml | 2 |
9 files changed, 0 insertions, 18 deletions
diff --git a/testsuite/tests/tool-lexyacc/gram_aux.ml b/testsuite/tests/tool-lexyacc/gram_aux.ml index c082ea1bc..255f58f3e 100644 --- a/testsuite/tests/tool-lexyacc/gram_aux.ml +++ b/testsuite/tests/tool-lexyacc/gram_aux.ml @@ -10,8 +10,6 @@ (* *) (***********************************************************************) -(* $Id$ *) - (* Auxiliaries for the parser. *) open Syntax diff --git a/testsuite/tests/tool-lexyacc/grammar.mly b/testsuite/tests/tool-lexyacc/grammar.mly index 267b71e3d..a18213676 100644 --- a/testsuite/tests/tool-lexyacc/grammar.mly +++ b/testsuite/tests/tool-lexyacc/grammar.mly @@ -10,8 +10,6 @@ /* */ /***********************************************************************/ -/* $Id$ */ - /* The grammar for lexer definitions */ %{ diff --git a/testsuite/tests/tool-lexyacc/input b/testsuite/tests/tool-lexyacc/input index da2f06aa7..c0d785945 100644 --- a/testsuite/tests/tool-lexyacc/input +++ b/testsuite/tests/tool-lexyacc/input @@ -10,8 +10,6 @@ (* *) (***********************************************************************) -(* $Id$ *) - (* The lexical analyzer for lexer definitions. *) { diff --git a/testsuite/tests/tool-lexyacc/lexgen.ml b/testsuite/tests/tool-lexyacc/lexgen.ml index 8a3e36a61..1a5995728 100644 --- a/testsuite/tests/tool-lexyacc/lexgen.ml +++ b/testsuite/tests/tool-lexyacc/lexgen.ml @@ -10,8 +10,6 @@ (* *) (***********************************************************************) -(* $Id$ *) - (* Compiling a lexer definition *) open Syntax diff --git a/testsuite/tests/tool-lexyacc/main.ml b/testsuite/tests/tool-lexyacc/main.ml index a9337d4b9..529eb12d7 100644 --- a/testsuite/tests/tool-lexyacc/main.ml +++ b/testsuite/tests/tool-lexyacc/main.ml @@ -10,8 +10,6 @@ (* *) (***********************************************************************) -(* $Id$ *) - (* The lexer generator. Command-line parsing. *) open Syntax diff --git a/testsuite/tests/tool-lexyacc/output.ml b/testsuite/tests/tool-lexyacc/output.ml index 0956b4069..d8e854402 100644 --- a/testsuite/tests/tool-lexyacc/output.ml +++ b/testsuite/tests/tool-lexyacc/output.ml @@ -10,8 +10,6 @@ (* *) (***********************************************************************) -(* $Id$ *) - (* Generating a DFA as a set of mutually recursive functions *) open Syntax diff --git a/testsuite/tests/tool-lexyacc/scan_aux.ml b/testsuite/tests/tool-lexyacc/scan_aux.ml index 54da13ede..81168f336 100644 --- a/testsuite/tests/tool-lexyacc/scan_aux.ml +++ b/testsuite/tests/tool-lexyacc/scan_aux.ml @@ -10,8 +10,6 @@ (* *) (***********************************************************************) -(* $Id$ *) - (* Auxiliaries for the lexical analyzer *) let brace_depth = ref 0 diff --git a/testsuite/tests/tool-lexyacc/scanner.mll b/testsuite/tests/tool-lexyacc/scanner.mll index c30480629..7d71c6852 100644 --- a/testsuite/tests/tool-lexyacc/scanner.mll +++ b/testsuite/tests/tool-lexyacc/scanner.mll @@ -10,8 +10,6 @@ (* *) (***********************************************************************) -(* $Id$ *) - (* The lexical analyzer for lexer definitions. *) { diff --git a/testsuite/tests/tool-lexyacc/syntax.ml b/testsuite/tests/tool-lexyacc/syntax.ml index e2ff025ee..8f634466b 100644 --- a/testsuite/tests/tool-lexyacc/syntax.ml +++ b/testsuite/tests/tool-lexyacc/syntax.ml @@ -10,8 +10,6 @@ (* *) (***********************************************************************) -(* $Id$ *) - (* The shallow abstract syntax *) type location = |