DATE FILES DESCRIPTION =============================================================================== 1jan97 translator.c Added exit(EXIT_SUCCESS) to non-browser version so that make will get a good exit status that will cause to continue a multi-file make. It might be appropriate to make the successful status conditional on some translation status, but since the only thing we really care about at this point is that make will continue after a non-fatal translation error. In fact, we probably want make to continue under any case, even a fatal error. So, the unconditional successful exit may be fine, at least until we are in some other UNIX context where a "false" successful exit would be inappropriate. Presently, I do not know what such a context might be. 30oct94 sym-aux.c Changed "empty" from a built-in type to a built-in constant. sym-aux.c Added line to make LookupString("number")->Type point to RealType.