/[bison]/bison/src/reader.c
ViewVC logotype

Diff of /bison/src/reader.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.105 by marc, Mon Nov 26 21:06:22 2001 UTC revision 1.106 by marc, Wed Nov 28 21:31:13 2001 UTC
# Line 974  parse_skel_decl (void) Line 974  parse_skel_decl (void)
974    /* Complete with parse_dquoted_param () on the CVS branch 1.29.  */    /* Complete with parse_dquoted_param () on the CVS branch 1.29.  */
975  }  }
976    
 /*---------------------------------------.  
 | Parse what comes after %skeleton_path. |  
 `---------------------------------------*/  
   
 void  
 parse_include_decl (void)  
 {  
   /* Complete with parse_dquoted_param () on the CVS branch 1.29.  */  
 }  
   
977  /*----------------------------------------------------------------.  /*----------------------------------------------------------------.
978  | Read from finput until `%%' is seen.  Discard the `%%'.  Handle |  | Read from finput until `%%' is seen.  Discard the `%%'.  Handle |
979  | any `%' declarations, and copy the contents of any `%{ ... %}'  |  | any `%' declarations, and copy the contents of any `%{ ... %}'  |
# Line 1058  read_declarations (void) Line 1048  read_declarations (void)
1048                parse_skel_decl ();                parse_skel_decl ();
1049                break;                break;
1050    
             case tok_include:  
               parse_include_decl ();  
               break;  
                 
1051              case tok_noop:              case tok_noop:
1052                break;                break;
1053    

Legend:
Removed from v.1.105  
changed lines
  Added in v.1.106

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26