From 11681240b6f1033d646af920442be4f89afb7fa2 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 29 May 1998 17:25:47 +0000 Subject: [PATCH] allow use of epicsAssert.h --- src/cxxTemplates/tsDLList.h | 5 +++++ src/libCom/cxxTemplates/tsDLList.h | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/src/cxxTemplates/tsDLList.h b/src/cxxTemplates/tsDLList.h index a06e60398..9a83424dc 100644 --- a/src/cxxTemplates/tsDLList.h +++ b/src/cxxTemplates/tsDLList.h @@ -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 +#endif template class tsDLList; template class tsDLIterBD; diff --git a/src/libCom/cxxTemplates/tsDLList.h b/src/libCom/cxxTemplates/tsDLList.h index a06e60398..9a83424dc 100644 --- a/src/libCom/cxxTemplates/tsDLList.h +++ b/src/libCom/cxxTemplates/tsDLList.h @@ -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 +#endif template class tsDLList; template class tsDLIterBD;