g77 complains about repeated typedef HistInt M.Z.

This commit is contained in:
cvs
2004-06-15 06:41:46 +00:00
parent 9589e2a8c9
commit 1eb8747c00

View File

@ -32,7 +32,8 @@ static pFit fitter = NULL;
/* change this in line with HistMem.h */
typedef int HistInt;
/* typedef int HistInt; */
/* commented out by M.Z. (already defined in HistMem.h, g77 complains) */
#include "fomerge.h"