From a4c82bfd9fa26f67f014a438756eb4590468b462 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Tue, 15 Jul 2003 21:17:29 +0000 Subject: [PATCH] Touch up previous fix. --- src/iocsh/iocsh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iocsh/iocsh.cpp b/src/iocsh/iocsh.cpp index b2708d33c..616f1348c 100644 --- a/src/iocsh/iocsh.cpp +++ b/src/iocsh/iocsh.cpp @@ -46,7 +46,7 @@ struct iocshVariable { }; static struct iocshVariable *iocshVariableHead; static char iocshVarID[] = "iocshVar"; -extern "C" static void varCallFunc(const iocshArgBuf *); +extern "C" { static void varCallFunc(const iocshArgBuf *); } static epicsMutexId iocshTableMutex; static epicsThreadOnceId iocshTableOnceId = EPICS_THREAD_ONCE_INIT;