moved from extensions to base - fixed trouble in dbMapper.cc
This commit is contained in:
+4
-1
@@ -5,6 +5,9 @@
|
||||
# $Id$
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.1 1996/06/25 19:11:24 jbk
|
||||
# new in EPICS base
|
||||
#
|
||||
#
|
||||
# *Revision 1.2 1996/06/25 18:58:55 jbk
|
||||
# *more fixes for the aitString management functions and mapping menus
|
||||
@@ -16,7 +19,7 @@
|
||||
EPICS=../../..
|
||||
# EPICS=/usr/local/epics/R3.12.2
|
||||
|
||||
include $(EPICS)/config/CONFIG_EXTENSIONS
|
||||
include $(EPICS)/config/CONFIG_BASE
|
||||
|
||||
include $(EPICS)/config/RULES_ARCHS
|
||||
|
||||
|
||||
@@ -5,6 +5,9 @@
|
||||
# $Id$
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.1 1996/06/25 19:11:25 jbk
|
||||
# new in EPICS base
|
||||
#
|
||||
#
|
||||
# *Revision 1.4 1996/06/25 18:58:56 jbk
|
||||
# *more fixes for the aitString management functions and mapping menus
|
||||
@@ -21,7 +24,7 @@ EPICS = ../../../..
|
||||
# EPICS = /usr/local/epics/R3.12.2
|
||||
|
||||
include Target.include
|
||||
include $(EPICS)/config/CONFIG_EXTENSIONS
|
||||
include $(EPICS)/config/CONFIG_BASE
|
||||
|
||||
OPTIM_YES=-g
|
||||
ifeq ($(HOST_ARCH),sun4)
|
||||
|
||||
+4
-1
@@ -4,6 +4,9 @@
|
||||
// $Id$
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.1 1996/06/25 19:11:34 jbk
|
||||
// new in EPICS base
|
||||
//
|
||||
//
|
||||
|
||||
// *Revision 1.5 1996/06/25 18:59:00 jbk
|
||||
@@ -206,7 +209,7 @@ static int mapGddToEnum(void* v, gdd* dd) {
|
||||
|
||||
if(dd->dimension()) {
|
||||
dd->getRef(e);
|
||||
sv=*e;
|
||||
*sv=*e;
|
||||
} else
|
||||
*sv=*dd;
|
||||
return sz;
|
||||
|
||||
Reference in New Issue
Block a user