diff options
Diffstat (limited to 'sucl/frontend.icl')
-rw-r--r-- | sucl/frontend.icl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sucl/frontend.icl b/sucl/frontend.icl index cfd07e2..f2470e3 100644 --- a/sucl/frontend.icl +++ b/sucl/frontend.icl @@ -1,5 +1,7 @@ implementation module frontend +// $Id$ + // vi:set tabstop=4 noet: import scanner, parse, postparse, check, type, trans, convertcases, overloading, utilities, convertDynamics, |