Merged changes from default branch

This commit is contained in:
Andrew Johnson
2014-04-18 17:54:35 -05:00
5 changed files with 19 additions and 5 deletions

View File

@@ -83,4 +83,7 @@ static void exampleLinkRegister(void)
iocshRegister(&exampleLinkFuncDef, exampleLinkCallFunc);
}
}
epicsExportRegistrar(exampleLinkRegister);
extern "C" {
epicsExportRegistrar(exampleLinkRegister);
}