bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-apl] GNU APL -1.7 source code bug


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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]