allow use of epicsAssert.h

This commit is contained in:
Jeff Hill
1998-05-29 17:25:47 +00:00
parent b0c667db4b
commit 11681240b6
2 changed files with 10 additions and 0 deletions

View File

@@ -31,6 +31,9 @@
*
* History
* $Log$
* Revision 1.11 1998/05/05 18:06:57 jhill
* rearranged to allow compilation by g++ 2.8.1
*
* Revision 1.10 1998/02/05 23:28:21 jhill
* fixed hp sompiler warnings
*
@@ -67,7 +70,9 @@
#ifndef tsDLListH_include
#define tsDLListH_include
#ifndef assert // allow use of epicsAssert.h
#include <assert.h>
#endif
template <class T> class tsDLList;
template <class T> class tsDLIterBD;

View File

@@ -31,6 +31,9 @@
*
* History
* $Log$
* Revision 1.11 1998/05/05 18:06:57 jhill
* rearranged to allow compilation by g++ 2.8.1
*
* Revision 1.10 1998/02/05 23:28:21 jhill
* fixed hp sompiler warnings
*
@@ -67,7 +70,9 @@
#ifndef tsDLListH_include
#define tsDLListH_include
#ifndef assert // allow use of epicsAssert.h
#include <assert.h>
#endif
template <class T> class tsDLList;
template <class T> class tsDLIterBD;