Update of /src/master/dx/src/exec/dpexec
In directory opendx.watson.ibm.com:/tmp/cvs-serv46486
Modified Files:
Makefile.am _macro.h _variable.h background.c cache.c cache.h
cachegraph.c ccm.c command.c config.h context.h crc.c d.c d.h
distconnect.c distp.h distpacket.c distqueue.c dxmain.c
dxpfsmgr.c evalgraph.c exobject.c exobject.h function.c
graph.c graph.h graph2.c graphIntr.h graphqueue.c graphqueue.h
help.c instrument.h lex.c license.c license.h loader.c log.c
log.h nodereadb.c nodewriteb.c packet.c packet.h parse.c
parse.h parsemdf.c pendingcmds.c queue.c remote.c rih.c rq.c
rq.h sfile.c sfile.h socket.c status.c status.h swap.c swap.h
task.c userinter.c utils.c utils.h variable.c vcr.c vcr.h
yuiif.y
Added Files:
cachegraph.h ccm.h command.h dxpfsmgr.h evalgraph.h function.h
help.h lex.h loader.h nodeb.h parsemdf.h pendingcmds.h
remote.h rih.h socket.h userinter.h
Removed Files:
usercleanup.c
Log Message:
A large amount of cleanup.
Added header files for many of the c files that were sharing functions
but other files just prototyped with an extern (harder to trace).
Cleaned up all the compiler warning errors and found a few coding
mistakes (assignments with == instead of =).
Add the one function in usercleanup.c to dxmain.c (where it was
used) and removed the file.