Now using correct RCS identification

This commit is contained in:
em
1985-01-21 12:47:04 +00:00
parent 72a885e8a5
commit 35b13a69eb
29 changed files with 29 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
#include "string.h"
/* $Header $ */
/* $Header$ */
#define ok(X) if( X ==0) return;
#define okr(X) if( X ==0) return(0);