/[mailutils]/mailutils/mh/mh_fmtgram.y
ViewVC logotype

Diff of /mailutils/mh/mh_fmtgram.y

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

revision 1.7 by gray, Thu Jan 16 13:43:32 2003 UTC revision 1.8 by gray, Sun Jan 26 13:47:02 2003 UTC
# Line 95  pitem     : item Line 95  pitem     : item
95                    break;                    break;
96                                        
97                  default:                  default:
98                    yyerror (_("UNEXPECTED item TYPE"));                    yyerror (_("INTERNAL ERROR: unexpected item type (please report)"));
99                    abort ();                    abort ();
100                  }                  }
101                $$ = pc;                $$ = pc;
# Line 620  mh_code_builtin (mh_builtin_t *bp, int a Line 620  mh_code_builtin (mh_builtin_t *bp, int a
620                    break;                    break;
621                                        
622                  default:                  default:
623                    yyerror (_("UNKNOWN ARGTYPE"));                    yyerror (_("INTERNAL ERROR: unknown argtype (please report)"));
624                    abort ();                    abort ();
625                  }                  }
626              }              }

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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