From ff79f83ad7df8303e9ef91b03fc318ad1abd8637 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Sat, 3 Aug 1991 20:13:05 +0000 Subject: [PATCH] don't use FETCH_G ... for V2 --- src/libCom/calc/calcPerform.c | 3 +++ src/libCom/calcPerform.c | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/libCom/calc/calcPerform.c b/src/libCom/calc/calcPerform.c index f6e664e2e..2c50bdd30 100644 --- a/src/libCom/calc/calcPerform.c +++ b/src/libCom/calc/calcPerform.c @@ -56,6 +56,7 @@ * .20 11-29-90 lrd conditionally process soft channels * .21 12-14-90 lrd fixed post events for the variables * .22 03-15-91 mrk moved code from calcRecord to here + * .23 08-01-91 rac don't use FETCH_G ... for V2 */ /* This module contains the code for processing the arithmetic @@ -147,6 +148,7 @@ char *post; *pstacktop = parg[5]; break; +#ifndef EPICS_V2 case FETCH_G: ++pstacktop; *pstacktop = parg[6]; @@ -176,6 +178,7 @@ char *post; ++pstacktop; *pstacktop = parg[11]; break; +#endif case ADD: diff --git a/src/libCom/calcPerform.c b/src/libCom/calcPerform.c index f6e664e2e..2c50bdd30 100644 --- a/src/libCom/calcPerform.c +++ b/src/libCom/calcPerform.c @@ -56,6 +56,7 @@ * .20 11-29-90 lrd conditionally process soft channels * .21 12-14-90 lrd fixed post events for the variables * .22 03-15-91 mrk moved code from calcRecord to here + * .23 08-01-91 rac don't use FETCH_G ... for V2 */ /* This module contains the code for processing the arithmetic @@ -147,6 +148,7 @@ char *post; *pstacktop = parg[5]; break; +#ifndef EPICS_V2 case FETCH_G: ++pstacktop; *pstacktop = parg[6]; @@ -176,6 +178,7 @@ char *post; ++pstacktop; *pstacktop = parg[11]; break; +#endif case ADD: