Annotation of parser3/src/include/core.h, revision 1.2

1.1       paf         1: /*
1.2     ! paf         2:   $Id: core.h,v 1.1 2001/02/21 16:11:49 paf Exp $
1.1       paf         3: */
                      4: 
                      5: #ifndef CORE_H
                      6: #define CORE_H
                      7: 
1.2     ! paf         8: #include "pa_string.h"
        !             9: 
        !            10: // core func
1.1       paf        11: void core();
1.2     ! paf        12: // unnamed_name helper global string
        !            13: extern String *unnamed_name;
        !            14: extern String *empty_string;
1.1       paf        15: 
                     16: #endif

E-mail: