From: ceriel Date: Tue, 3 May 1988 13:17:20 +0000 (+0000) Subject: Added some comments X-Git-Tag: release-5-5~3268 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=58724710d13e1234c50dbd15720b3ded7570924f;p=ack.git Added some comments --- diff --git a/lang/m2/libm2/init.c b/lang/m2/libm2/init.c index f94e07615..37b3231b5 100644 --- a/lang/m2/libm2/init.c +++ b/lang/m2/libm2/init.c @@ -3,6 +3,12 @@ See the copyright notice in the ACK home directory, in the file "Copyright". */ +/* + Module: initialization and some global vars + Author: Ceriel J.H. Jacobs + Version: $Header$ +*/ + #include #include #include diff --git a/lang/m2/libm2/sigtrp.c b/lang/m2/libm2/sigtrp.c index 76d307061..06c7d9379 100644 --- a/lang/m2/libm2/sigtrp.c +++ b/lang/m2/libm2/sigtrp.c @@ -3,8 +3,11 @@ See the copyright notice in the ACK home directory, in the file "Copyright". */ -/* Mapping of Unix signals to EM traps; - Use this only when you don't use the MON instruction +/* + Module: Mapping of Unix signals to EM traps + (only when not using the MON instruction) + Author: Ceriel J.H. Jacobs + Version: $Header$ */ #ifndef int22