diff -rc tcl7.5a2/generic/tclPort.h tcl7.5a2-vms/generic/tclPort.h *** tcl7.5a2/generic/tclPort.h Wed Jul 12 15:42:49 1995 --- tcl7.5a2-vms/generic/tclPort.h Fri Oct 06 13:22:58 1995 *************** *** 20,25 **** --- 20,27 ---- # include "tclWinPort.h" #elif defined(MAC_TCL) # include "tclMacPort.h" + #elif defined(VMS) + # include "tclVmsPort.h" #else # include "tclUnixPort.h" #endif