bug fixes: ifval must be an arith, not an int
This commit is contained in:
@@ -6,9 +6,10 @@
|
||||
/* EVALUATION OF MONADIC OPERATORS */
|
||||
|
||||
#include "Lpars.h"
|
||||
#include <em_arith.h>
|
||||
|
||||
ch7mon(oper, pval)
|
||||
register int *pval;
|
||||
register arith *pval;
|
||||
{
|
||||
switch (oper) {
|
||||
case '~':
|
||||
|
||||
Reference in New Issue
Block a user