]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/comp/errhand.h
-Added protected copy constructors and assignment operators. -Public data members...
[u/mrichter/AliRoot.git] / HLT / comp / errhand.h
index b176809488eb9f3bef787d13d55fe95b2a3eaed7..017b0f045d331cf75ecf9a7416591a6022b44af6 100644 (file)
@@ -1,12 +1,10 @@
-// @(#) $Id$
+/* @(#) $Id$ */
 
 /************************* Start of ERRHAND.H ************************/
 
 #ifndef _ERRHAND_H
 #define _ERRHAND_H
 
-//#ifdef __STDC__
-
 void fatal_error( char *fmt, ... );
 /*
 #else
@@ -18,4 +16,3 @@ void fatal_error();
 #endif  /* _ERRHAND_H */
 
 /************************** End of ERRHAND.H *************************/
-