DLL keyword adjustments

This commit is contained in:
Jeff Hill
1997-05-01 23:51:07 +00:00
parent 2a1f06cd2a
commit 7946e9b921
7 changed files with 10 additions and 13 deletions

View File

@@ -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();

View File

@@ -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;

View File

@@ -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();

View File

@@ -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 */

View File

@@ -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 */

View File

@@ -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);

View File

@@ -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;