diff options
Diffstat (limited to 'hack/hack.do.c')
| -rw-r--r-- | hack/hack.do.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/hack/hack.do.c b/hack/hack.do.c index 1227eb92..7e7fd765 100644 --- a/hack/hack.do.c +++ b/hack/hack.do.c @@ -1,5 +1,10 @@ -/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ -/* hack.do.c - version 1.0.3 */ +/* + * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. + */ + +#ifndef lint +static char rcsid[] = "$Id: hack.do.c,v 1.2 1993/08/02 17:17:03 mycroft Exp $"; +#endif /* not lint */ /* Contains code for 'd', 'D' (drop), '>', '<' (up, down) and 't' (throw) */ |
