revert because workaround for RTEMS didnt build

This commit is contained in:
Jeff Hill
2001-06-11 22:28:51 +00:00
parent 6098b72694
commit 403c377de8
2 changed files with 8 additions and 2 deletions

View File

@@ -5,6 +5,9 @@
// $Id$
//
// $Log$
// Revision 1.12 2001/06/11 20:13:42 jhill
// workarounds for problems discovered when building for RTEMS
//
// Revision 1.11 2001/06/11 17:57:31 jhill
// workarounds for problems discovered when building for RTEMS
//
@@ -72,7 +75,7 @@ int aitNoConvert(void* /*dest*/,const void* /*src*/,aitIndex /*count*/, const st
#define min(A,B) ((A)<(B)?(A):(B))
#endif
std::vector<std::string> aitEmptyEnumStringTable;
const std::vector<std::string> aitEmptyEnumStringTable;
/* put the fixed conversion functions here (ones not generated) */

View File

@@ -8,6 +8,9 @@
* $Id$
*
* $Log$
* Revision 1.11 2001/06/11 20:13:42 jhill
* workarounds for problems discovered when building for RTEMS
*
* Revision 1.10 2001/06/11 17:57:31 jhill
* workarounds for problems discovered when building for RTEMS
*
@@ -96,7 +99,7 @@ epicsShareExtern aitFunc aitConvertFromNetTable[aitTotal][aitTotal];
#if defined(__cplusplus)
extern std::vector<std::string> aitEmptyEnumStringTable;
extern const std::vector<std::string> aitEmptyEnumStringTable;
inline int aitConvert(aitEnum desttype, void* dest,
aitEnum srctype, const void* src, aitIndex count,