/[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.104 by akim, Mon Nov 26 15:27:58 2001 UTC revision 1.105 by marc, Mon Nov 26 21:06:22 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    
977    /*---------------------------------------.
978    | Parse what comes after %skeleton_path. |
979    `---------------------------------------*/
980    
981    void
982    parse_include_decl (void)
983    {
984      /* Complete with parse_dquoted_param () on the CVS branch 1.29.  */
985    }
986    
987  /*----------------------------------------------------------------.  /*----------------------------------------------------------------.
988  | Read from finput until `%%' is seen.  Discard the `%%'.  Handle |  | Read from finput until `%%' is seen.  Discard the `%%'.  Handle |
989  | any `%' declarations, and copy the contents of any `%{ ... %}'  |  | any `%' declarations, and copy the contents of any `%{ ... %}'  |
# Line 1048  read_declarations (void) Line 1058  read_declarations (void)
1058                parse_skel_decl ();                parse_skel_decl ();
1059                break;                break;
1060    
1061                case tok_include:
1062                  parse_include_decl ();
1063                  break;
1064                  
1065              case tok_noop:              case tok_noop:
1066                break;                break;
1067    

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

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