Removed trailing string after #endif - it generates a lot of useless warning
on some versions of g++
This commit is contained in:
parent
ed9dac2dfe
commit
d0d14c3ff8
25 changed files with 155 additions and 165 deletions
|
|
@ -76,5 +76,5 @@ using namespace std;
|
|||
#define eo_is_a_rate true
|
||||
#define eo_is_an_integer false
|
||||
|
||||
#endif EODATA_H
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -129,7 +129,7 @@ inline void eoGnuplot::initGnuPlot(std::string _title, std::string _extra)
|
|||
* Created......: Mon Mar 13 13:50:11 1995
|
||||
* Description..: Communication par pipe bidirectionnel avec un autre process
|
||||
*
|
||||
* Ident........: $Id: eoGnuplot.h,v 1.3 2001-02-12 13:58:51 maartenkeijzer Exp $
|
||||
* Ident........: $Id: eoGnuplot.h,v 1.4 2001-09-08 05:59:17 evomarc Exp $
|
||||
* ----------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
|
|
@ -282,4 +282,4 @@ inline int PipeComWaitFor( PCom *from, char *what )
|
|||
}
|
||||
|
||||
|
||||
#endif _eoGnuplot_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -119,4 +119,4 @@ inline void eoGnuplot1DMonitor::FirstPlot()
|
|||
PipeComSend( gpCom, buff );
|
||||
}
|
||||
|
||||
#endif _eoGnuplot1DMonitor_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -108,4 +108,4 @@ inline eoMonitor& eoGnuplot1DSnapshot::operator() (void)
|
|||
return (*this);
|
||||
}
|
||||
|
||||
#endif _eoGnuplot1DSnapshot_H
|
||||
#endif
|
||||
|
|
|
|||
Reference in a new issue