--- ray/src/common/calcomp.h 1991/04/23 12:43:13 1.4 +++ ray/src/common/calcomp.h 1991/04/23 15:44:37 1.5 @@ -19,7 +19,8 @@ typedef struct { char *fname; /* function name */ - int nargs; /* # of required arguments */ + short nargs; /* # of required arguments */ + short atyp; /* assignment type (':' or '=') */ double (*f)(); /* pointer to function */ } LIBR; /* a library function */