Browse Source

added rcsid(again). Who took that away?

sater 40 years ago
parent
commit
7eef0e0b59
1 changed files with 4 additions and 0 deletions
  1. 4 0
      mach/proto/cg/regvar.c

+ 4 - 0
mach/proto/cg/regvar.c

@@ -4,6 +4,10 @@
 
 #ifdef REGVARS
 
+#ifndef NORCSID
+static char rcsid[] = "$Header$";
+#endif
+
 #include "types.h"
 #include <cg_pattern.h>
 #include "data.h"