diff options
Diffstat (limited to 'sucl/pfun.icl')
-rw-r--r-- | sucl/pfun.icl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sucl/pfun.icl b/sucl/pfun.icl index f720f51..14df397 100644 --- a/sucl/pfun.icl +++ b/sucl/pfun.icl @@ -1,5 +1,7 @@ implementation module pfun +// $Id$ + import basic import StdEnv |