Update of /src/master/dx/src/exec/libdx In directory opendx.watson.ibm.com:/tmp/cvs-serv79398
Modified Files:
edfparse.c
Log Message:
Another fix from Nancy. This one adds new functionality that allows the
native file format to only have to read an external file once and
reference it over and over within the native format.
Example:
object "localobj" file "externalfile.dx",1
object "f1" field
component "positions" "localobj"
object "f2" field
component "positions" "localobj"
etc.
