Annotation of 42BSD/ucb/pascal/pdx/machine/pxerrors.c, revision 1.1

1.1     ! root        1: /* Copyright (c) 1982 Regents of the University of California */
        !             2: 
        !             3: static char sccsid[] = "@(#)pxerrors.c 1.2 1/25/82";
        !             4: 
        !             5: /*
        !             6:  * px error messages
        !             7:  */
        !             8: 
        !             9: char *pxerrmsg[] ={
        !            10:        "not an error!",
        !            11:        "argument to chr out of range",
        !            12:        "div (integer divide) by zero",
        !            13:        "real divide by zero",
        !            14:        "call to procedure halt",
        !            15:        "reference through a nil pointer",
        !            16:        "tried to read past end-of-file",
        !            17:        "negative parameter to sqrt",
        !            18:        "pi/px error: stack not empty",
        !            19:        "subscript out of range",
        !            20:        "reference to an inactive file",
        !            21:        "pi/px error: write failed",
        !            22:        "pi/px error: create failed",
        !            23:        "non-positive argument to ln",
        !            24:        "pi/px error: bad op",
        !            25:        "bad data on integer read",
        !            26:        "pi/px error: active frame not found in goto",
        !            27:        "label not found in case",
        !            28:        "pi/px error: seek failed",
        !            29:        "pi/px error: bad parameter to alloc",
        !            30:        "out of memory",
        !            31:        "constructed set parameter exceeds set bounds",
        !            32:        "too many digits in number",
        !            33:        "mod (integer remainder) by 0",
        !            34:        "bad data on real read",
        !            35:        "pi/px error: remove failed",
        !            36:        "pi/px error: close failed",
        !            37:        "pi/px error: open failed",
        !            38:        "parameter to argv out of range",
        !            39:        "bad i to pack(a, i, z)",
        !            40:        "bad i to unpack(z, a, i)",
        !            41:        "value out of range",
        !            42:        "assertion failed",
        !            43:        "tried to read, but open for writing",
        !            44:        "tried to write, but open for reading",
        !            45:        "integer number too large",
        !            46:        "statement limit exceeded",
        !            47:        "runtime stack overflow",
        !            48:        "interrupt",
        !            49:        "overflow, underflow, or divide by zero in arithmetic operation",
        !            50: };

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.