Removed trailing text after #endif - causes warning on many compilers
This commit is contained in:
parent
7e885e8f8c
commit
f2c21bdc0b
6 changed files with 9 additions and 8 deletions
|
|
@ -70,4 +70,5 @@ public:
|
|||
|
||||
#endif
|
||||
|
||||
#endif // of MSVC comment-out
|
||||
#endif
|
||||
// of MSVC comment-out
|
||||
|
|
|
|||
|
|
@ -69,5 +69,5 @@ template <class EOT> class eoDetTournamentSelect: public eoSelectOne<EOT>
|
|||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#endif // eoDetTournamentSelect_h
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -55,4 +55,4 @@ template <class FitT> class eoReal: public eoVector<FitT, double>
|
|||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#endif //eoReal_h
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -71,6 +71,6 @@ namespace std
|
|||
}
|
||||
}
|
||||
|
||||
#endif // _MSC_VER
|
||||
|
||||
#endif
|
||||
// _MSC_VER
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -132,4 +132,4 @@ private :
|
|||
|
||||
};
|
||||
|
||||
#endif //eoState_h
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue