When compiling GNU APL-1.7, the compiler aborted with an error for building apl-Symbol.o.
Line 888 of Symbol.cc reads: Assert(nc == NC_FUNCTION || NC_OPERATOR || NC_UNUSED_USER_NAME); changing the line to: Assert(nc == NC_FUNCTION || nc == NC_OPERATOR || nc == NC_UNUSED_USER_NAME); corrected the compile error. Thanks! Kevin Marinelli IT Manager UConn Mathematics
