- A few fixes to the hsitogram memory codes
- Many fixes for the triple axis code
This commit is contained in:
@@ -11,15 +11,15 @@ OBJ= el734_utility.o asynsrv_utility.o stredit.o \
|
||||
makeprint.o StrMatch.o
|
||||
|
||||
#---------- for Redhat linux
|
||||
CC= gcc
|
||||
CFLAGS= -I$SINQDIR/linux/include -I. -I../ -DLINUX -g -c
|
||||
#CC= gcc
|
||||
#CFLAGS= -I$SINQDIR/linux/include -I. -I../ -DLINUX -g -c
|
||||
#------------ for DigitalUnix
|
||||
#CC=cc
|
||||
#CFLAGS= -I. -I../ -std1 -g -c
|
||||
CC=cc
|
||||
CFLAGS= -I. -I../ -std1 -g -c
|
||||
#CFLAGS= -I/data/koenneck/include -I. -I../ -std1 -g -c
|
||||
#------------ for DigitalUnix with Fortify
|
||||
## CC=cc
|
||||
## CFLAGS= -DFORTIFY -I. -I../ -std1 -g -c
|
||||
#CC=cc
|
||||
#CFLAGS= -DFORTIFY -I. -I../ -std1 -g -c
|
||||
|
||||
#------------ for CYGNUS toolchain on Win32
|
||||
## CC=gcc
|
||||
|
||||
@@ -685,7 +685,7 @@
|
||||
float *ist) {
|
||||
|
||||
int iret;
|
||||
char cmnd[16];
|
||||
char cmnd[32];
|
||||
struct EL755info *info_ptr;
|
||||
/*----------------------------------------------
|
||||
*/
|
||||
@@ -1310,7 +1310,7 @@
|
||||
|
||||
int i, iret;
|
||||
float my_soll, my_ist;
|
||||
char cmnd[16], cmnd0[16], buff[132], buff1[132];
|
||||
char cmnd[32], cmnd0[32], buff[132], buff1[132];
|
||||
struct EL755info *info_ptr;
|
||||
/*----------------------------------------------
|
||||
*/
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# Markus Zolliker, March 2003
|
||||
#--------------------------------------------------------------------------
|
||||
# the following line only for fortified version
|
||||
DFORTIFY=-DFORTIFY
|
||||
#DFORTIFY=-DFORTIFY
|
||||
#==========================================================================
|
||||
|
||||
CC = cc
|
||||
|
||||
Reference in New Issue
Block a user