added rcsid

This commit is contained in:
sater
1984-05-17 14:14:29 +00:00
parent 43fff217c7
commit 97d45a43d4
13 changed files with 27 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
/* $Header$ */
#ifndef NDEBUG
#define assert(x) if(!(x)) badassertion(__FILE__,__LINE__)
#else