DLL keyword adjustments
This commit is contained in:
@@ -108,8 +108,9 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
#include "dbDefs.h"
|
||||
|
||||
#define epicsExportSharedSymbols
|
||||
#include "dbDefs.h"
|
||||
#include "post.h"
|
||||
|
||||
static double local_random();
|
||||
|
||||
@@ -98,8 +98,8 @@
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "dbDefs.h"
|
||||
#define epicsExportSharedSymbols
|
||||
#include "dbDefs.h"
|
||||
#include "post.h"
|
||||
|
||||
|
||||
@@ -303,7 +303,7 @@ register short *pno_bytes;
|
||||
*
|
||||
* convert an infix expression to a postfix expression
|
||||
*/
|
||||
long postfix(char *pinfix,char *ppostfix,short *perror)
|
||||
long epicsShareAPI postfix(char *pinfix,char *ppostfix,short *perror)
|
||||
{
|
||||
short no_bytes;
|
||||
register short operand_needed;
|
||||
|
||||
@@ -108,8 +108,9 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
#include "dbDefs.h"
|
||||
|
||||
#define epicsExportSharedSymbols
|
||||
#include "dbDefs.h"
|
||||
#include "post.h"
|
||||
|
||||
static double local_random();
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include "ellLib.h"
|
||||
|
||||
#ifdef vxWorks
|
||||
#include <vxWorks.h>
|
||||
@@ -24,6 +23,7 @@
|
||||
#endif
|
||||
|
||||
#define epicsExportSharedSymbols
|
||||
#include "ellLib.h"
|
||||
#include "dbmf.h"
|
||||
|
||||
/*Default values for dblfInit */
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include "ellLib.h"
|
||||
|
||||
#ifdef vxWorks
|
||||
#include <vxWorks.h>
|
||||
@@ -24,6 +23,7 @@
|
||||
#endif
|
||||
|
||||
#define epicsExportSharedSymbols
|
||||
#include "ellLib.h"
|
||||
#include "dbmf.h"
|
||||
|
||||
/*Default values for dblfInit */
|
||||
|
||||
@@ -34,7 +34,6 @@
|
||||
* .07 05-11-94 jba added CONST_PI, CONST_D2R, and CONST_R2D
|
||||
*/
|
||||
|
||||
#include "shareLib.h"
|
||||
|
||||
/* defines for element table */
|
||||
#define FETCH_A 0
|
||||
@@ -115,8 +114,4 @@
|
||||
#define NINT 75
|
||||
#define END_STACK 127
|
||||
|
||||
epicsShareFunc long epicsShareAPI
|
||||
calcPerform(double *parg, double *presult, char *post);
|
||||
|
||||
epicsShareFunc long epicsShareAPI
|
||||
postfix(char *pinfix, char *ppostfix, short *perror);
|
||||
|
||||
@@ -98,8 +98,8 @@
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "dbDefs.h"
|
||||
#define epicsExportSharedSymbols
|
||||
#include "dbDefs.h"
|
||||
#include "post.h"
|
||||
|
||||
|
||||
@@ -303,7 +303,7 @@ register short *pno_bytes;
|
||||
*
|
||||
* convert an infix expression to a postfix expression
|
||||
*/
|
||||
long postfix(char *pinfix,char *ppostfix,short *perror)
|
||||
long epicsShareAPI postfix(char *pinfix,char *ppostfix,short *perror)
|
||||
{
|
||||
short no_bytes;
|
||||
register short operand_needed;
|
||||
|
||||
Reference in New Issue
Block a user