|
From: | Kevin Marinelli |
Subject: | [Bug-apl] GNU APL -1.7 source code bug |
Date: | Thu, 31 May 2018 11:35:56 -0400 |
User-agent: | Microsoft-MacOutlook/10.d.1.180523 |
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 |
[Prev in Thread] | Current Thread | [Next in Thread] |