From 4e69dc243b3de882f6611e56ad9de527f920a22f Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 6 Aug 1999 23:08:31 +0000 Subject: [PATCH] remove extern "C" from no convert proto --- src/gdd/aitConvert.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/gdd/aitConvert.cc b/src/gdd/aitConvert.cc index 2c06f6893..9474958ce 100644 --- a/src/gdd/aitConvert.cc +++ b/src/gdd/aitConvert.cc @@ -5,6 +5,9 @@ // $Id$ // // $Log$ +// Revision 1.6 1997/08/05 00:51:03 jhill +// fixed problems in aitString and the conversion matrix +// // Revision 1.5 1997/04/23 17:12:53 jhill // fixed export of symbols from WIN32 DLL // @@ -38,9 +41,7 @@ #define epicsExportSharedSymbols #include "aitConvert.h" -extern "C" { int aitNoConvert(void* /*dest*/,const void* /*src*/,aitIndex /*count*/) {return -1;} -} #ifdef AIT_CONVERT #undef AIT_CONVERT