]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/comp/bitio.h
Fixes.
[u/mrichter/AliRoot.git] / HLT / comp / bitio.h
index 55637940ee4f8553d16cc66ab23f44cffb0cb555..287124fa3c83f3142b282cb77ab0b30ab13cdc02 100644 (file)
@@ -1,4 +1,4 @@
-// @(#) $Id$
+/* @(#) $Id$ */
 
 /************************** Start of BITIO.H *************************/
 
@@ -14,10 +14,9 @@ typedef struct bit_file {
     int pacifier_counter;
 } BIT_FILE;
 
-//#ifdef __STDC__
 
-//The following we do because this file is read both by
-//C and C++ compiler.
+/*The following we do because this file is read both by
+  C and C++ compiler.*/
 #ifdef __cplusplus
 extern "C" BIT_FILE     *OpenInputBitFile( char *name );
 extern "C" BIT_FILE     *OpenOutputBitFile( char *name );