From f2c21bdc0b37311b86b7e10657fe95f516559fd1 Mon Sep 17 00:00:00 2001 From: evomarc Date: Mon, 8 Oct 2001 09:14:15 +0000 Subject: [PATCH] Removed trailing text after #endif - causes warning on many compilers --- eo/src/eoCtrlCContinue.h | 3 ++- eo/src/eoDetTournamentSelect.h | 2 +- eo/src/es/eoReal.h | 2 +- eo/src/utils/compatibility.h | 4 ++-- eo/src/utils/eoState.h | 2 +- eo/src/utils/pipecom.h | 4 ++-- 6 files changed, 9 insertions(+), 8 deletions(-) diff --git a/eo/src/eoCtrlCContinue.h b/eo/src/eoCtrlCContinue.h index 92ab661cc..edff201d2 100644 --- a/eo/src/eoCtrlCContinue.h +++ b/eo/src/eoCtrlCContinue.h @@ -70,4 +70,5 @@ public: #endif -#endif // of MSVC comment-out +#endif + // of MSVC comment-out diff --git a/eo/src/eoDetTournamentSelect.h b/eo/src/eoDetTournamentSelect.h index 9c6d6cd16..7bd272a7d 100755 --- a/eo/src/eoDetTournamentSelect.h +++ b/eo/src/eoDetTournamentSelect.h @@ -69,5 +69,5 @@ template class eoDetTournamentSelect: public eoSelectOne //----------------------------------------------------------------------------- -#endif // eoDetTournamentSelect_h +#endif diff --git a/eo/src/es/eoReal.h b/eo/src/es/eoReal.h index b239fecfc..e1429e524 100644 --- a/eo/src/es/eoReal.h +++ b/eo/src/es/eoReal.h @@ -55,4 +55,4 @@ template class eoReal: public eoVector //----------------------------------------------------------------------------- -#endif //eoReal_h +#endif diff --git a/eo/src/utils/compatibility.h b/eo/src/utils/compatibility.h index 73d2cc0b1..405317ee4 100644 --- a/eo/src/utils/compatibility.h +++ b/eo/src/utils/compatibility.h @@ -71,6 +71,6 @@ namespace std } } -#endif // _MSC_VER - +#endif + // _MSC_VER #endif diff --git a/eo/src/utils/eoState.h b/eo/src/utils/eoState.h index ffb195363..42fb30006 100644 --- a/eo/src/utils/eoState.h +++ b/eo/src/utils/eoState.h @@ -132,4 +132,4 @@ private : }; -#endif //eoState_h +#endif diff --git a/eo/src/utils/pipecom.h b/eo/src/utils/pipecom.h index d90f151a6..832b01bb9 100644 --- a/eo/src/utils/pipecom.h +++ b/eo/src/utils/pipecom.h @@ -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