change INCpostfixh to INCsCalcPostfixH

This commit is contained in:
Marty Kraimer
1999-07-08 14:52:36 +00:00
parent a76802eaef
commit 933a6daed2
2 changed files with 6 additions and 6 deletions

View File

@@ -29,8 +29,8 @@
*
*/
#ifndef INCpostfixh
#define INCpostfixh
#ifndef INCsCalcPostfixH
#define INCsCalcPostfixH
#include "shareLib.h"
@@ -44,5 +44,5 @@ epicsShareFunc long epicsShareAPI
char **psarg, int numSArgs, double *presult,
char *psresult, int lenSresult, char *post);
#endif /* INCpostfixh */
#endif /* INCsCalcPostfixH */

View File

@@ -29,8 +29,8 @@
*
*/
#ifndef INCpostfixh
#define INCpostfixh
#ifndef INCsCalcPostfixH
#define INCsCalcPostfixH
#include "shareLib.h"
@@ -44,5 +44,5 @@ epicsShareFunc long epicsShareAPI
char **psarg, int numSArgs, double *presult,
char *psresult, int lenSresult, char *post);
#endif /* INCpostfixh */
#endif /* INCsCalcPostfixH */