Skip to content

Commit

Permalink
moved from extensions to base - fixed trouble in dbMapper.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Kowalkowski committed Jun 25, 1996
1 parent 54d746e commit e9a86c7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion src/gdd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 changes: 4 additions & 1 deletion src/gdd/Makefile.Unix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down
5 changes: 4 additions & 1 deletion src/gdd/dbMapper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit e9a86c7

Please sign in to comment.