polished code to suppress warnings

SKIPPED:
	psi/makefile_linux
This commit is contained in:
zolliker
2006-03-23 12:39:11 +00:00
parent 733832c8b6
commit 1aef9afabb
6 changed files with 15 additions and 13 deletions

4
sics.h
View File

@ -15,6 +15,10 @@
ePreset
}CounterMode;
/* the following line suppresses const declarations in tcl.h.
-> makes the compiler happy M.Z. */
#define NO_CONST
#include <stdlib.h>
#include <string.h>
#include <assert.h>