Annotation of researchv10no/cmd/lcc/ph/prec1.c, revision 1.1.1.1

1.1       root        1: /* The Plum Hall Validation Suite for C
                      2:  * Unpublished copyright (c) 1986-1991, Chiron Systems Inc and Plum Hall Inc.
                      3:  * VERSION: 4
                      4:  * DATE: 1993-01-01
                      5:  * The "ANSI" mode of this suite corresponds to official ANSI C, X3.159-1989.
                      6:  * As per your license agreement, your distribution is not to be moved or copied outside the Designated Site
                      7:  * without specific permission from Plum Hall Inc.
                      8:  */
                      9: 
                     10: /*
                     11:  *     PREC1 - this module checks precedence by combining all
                     12:  *     pairs of operators. Note that PREC2 does the same thing
                     13:  *  in the other order.
                     14:  *                     
                     15:  */
                     16: #include "defs.h"
                     17: void prec1a();
                     18: void prec1b();
                     19: void prec1c();
                     20: int main(argc, argv)
                     21:        int argc;
                     22:        char **argv;
                     23:        {
                     24:        extern int Debug;
                     25:        if (argc > 1)
                     26:                Debug = TRUE;
                     27: 
                     28:        Filename = "prec1.c";
                     29:        prec1a();
                     30:        prec1b();
                     31:        prec1c();
                     32:        return report("PREC1");
                     33:        }

unix.superglobalmegacorp.com

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