- A few fixes to the hsitogram memory codes

- Many fixes for the triple axis code
This commit is contained in:
cvs
2003-04-10 11:41:22 +00:00
parent bfb09e4593
commit cb4bbbc93c
35 changed files with 482 additions and 171 deletions

View File

@@ -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

View File

@@ -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;
/*----------------------------------------------
*/

View File

@@ -6,7 +6,7 @@
# Markus Zolliker, March 2003
#--------------------------------------------------------------------------
# the following line only for fortified version
DFORTIFY=-DFORTIFY
#DFORTIFY=-DFORTIFY
#==========================================================================
CC = cc