summaryrefslogtreecommitdiffstats
path: root/larn/display.c
diff options
context:
space:
mode:
Diffstat (limited to 'larn/display.c')
-rw-r--r--larn/display.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/larn/display.c b/larn/display.c
index b49de50c..25c52979 100644
--- a/larn/display.c
+++ b/larn/display.c
@@ -1,3 +1,7 @@
+#ifndef lint
+static char rcsid[] = "$Id: display.c,v 1.2 1993/08/02 17:19:59 mycroft Exp $";
+#endif /* not lint */
+
/* display.c Larn is copyrighted 1986 by Noah Morgan. */
#include "header.h"
#define makecode(_a,_b,_c) (((_a)<<16) + ((_b)<<8) + (_c))