Removed trailing text after #endif - causes warning on many compilers

This commit is contained in:
evomarc 2001-10-08 09:14:15 +00:00
commit f2c21bdc0b
6 changed files with 9 additions and 8 deletions

View file

@ -70,4 +70,5 @@ public:
#endif
#endif // of MSVC comment-out
#endif
// of MSVC comment-out

View file

@ -69,5 +69,5 @@ template <class EOT> class eoDetTournamentSelect: public eoSelectOne<EOT>
//-----------------------------------------------------------------------------
#endif // eoDetTournamentSelect_h
#endif

View file

@ -55,4 +55,4 @@ template <class FitT> class eoReal: public eoVector<FitT, double>
//-----------------------------------------------------------------------------
#endif //eoReal_h
#endif

View file

@ -71,6 +71,6 @@ namespace std
}
}
#endif // _MSC_VER
#endif
// _MSC_VER
#endif

View file

@ -132,4 +132,4 @@ private :
};
#endif //eoState_h
#endif

View file

@ -5,7 +5,7 @@
* Created......: Thu Mar 9 17:21:15 1995
* Description..: Pipe communication with a process
*
* Ident........: $Id: pipecom.h,v 1.2 2001-02-09 05:09:26 evomarc Exp $
* Ident........: $Id: pipecom.h,v 1.3 2001-10-08 09:13:16 evomarc Exp $
* ----------------------------------------------------------------------
*/
@ -45,4 +45,4 @@ int PipeComWaitFor( PCom *from, char *what );
} /* ferme extern "C" */
#endif
#endif /* PIPECOM_H */
#endif