diff options
Diffstat (limited to 'hack/hack.pri.c')
| -rw-r--r-- | hack/hack.pri.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/hack/hack.pri.c b/hack/hack.pri.c index 13ee6b7d..aae52d5e 100644 --- a/hack/hack.pri.c +++ b/hack/hack.pri.c @@ -1,5 +1,10 @@ -/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ -/* hack.pri.c - version 1.0.3 */ +/* + * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. + */ + +#ifndef lint +static char rcsid[] = "$Id: hack.pri.c,v 1.2 1993/08/02 17:19:16 mycroft Exp $"; +#endif /* not lint */ #include "hack.h" #include <stdio.h> |
