From 8fff63ba9b3dd9d0fc91516cd5b79b14cca0aa7d Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Fri, 4 Mar 2011 14:07:34 +0100 Subject: source: #endif has no arguments: comment it out --- applications/rasql/rasql_signal.hh | 2 +- mymalloc/mymalloc_svc.cc | 2 +- qlparser/qtbinaryfunc.cc | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/applications/rasql/rasql_signal.hh b/applications/rasql/rasql_signal.hh index 40df222..3d95477 100644 --- a/applications/rasql/rasql_signal.hh +++ b/applications/rasql/rasql_signal.hh @@ -51,5 +51,5 @@ signalHandler(int sig); void installSignalHandlers(); -#endif _RASQL_SIGNAL_HH_ +#endif /* _RASQL_SIGNAL_HH_ */ diff --git a/mymalloc/mymalloc_svc.cc b/mymalloc/mymalloc_svc.cc index 3324fb7..f5597c1 100644 --- a/mymalloc/mymalloc_svc.cc +++ b/mymalloc/mymalloc_svc.cc @@ -72,7 +72,7 @@ void* mymalloc(size_t size) // throw(bad_alloc) // FIXME: gcc3 doesn't like it, throw bad_alloc(); } } -#endif OLD_VERSION +#endif /* OLD_VERSION */ return p; } diff --git a/qlparser/qtbinaryfunc.cc b/qlparser/qtbinaryfunc.cc index 9b77888..49b4181 100644 --- a/qlparser/qtbinaryfunc.cc +++ b/qlparser/qtbinaryfunc.cc @@ -508,7 +508,7 @@ QtExtend::evaluate( QtDataList* inputList ) Tile* newTransTile = new Tile( *domainIter, currentMDDObj->getCellType() ); resultMDD->insertTile( newTransTile ); } -#endif 0 +#endif /* 0 */ // --- 3: package into MDD object & finalize ----------------------------- @@ -586,7 +586,7 @@ QtExtend::extendGetCornerTiles( r_Minterval outerDomain, r_Minterval innerDomain // RMInit::logOut << "QtExtend::extendGetCornerTiles() done." << endl; } -#endif 1 +#endif /* 1 */ void QtExtend::printTree( int tab, ostream& s, QtChildType mode ) @@ -712,7 +712,7 @@ QtExtend::optimizeLoad( QtTrimList* trimList ) // point is not needed anymore operand->deleteRef(); -#endif 0 // not yet sure what to do -- PB 2005-06-18 +#endif /* 0 */ // not yet sure what to do -- PB 2005-06-18 input1->optimizeLoad( trimList ); } -- cgit