/[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.12 by gray, Tue Feb 18 15:21:49 2003 UTC revision 1.13 by gray, Mon Aug 11 11:55:25 2003 UTC
# Line 265  if        : IF Line 265  if        : IF
265  fi        : FI  fi        : FI
266              {              {
267                /* False branch of an if-block */                /* False branch of an if-block */
268                $$.cond = mh_code_number (0);                $$.cond = mh_code_op (mhop_num_asgn);
               mh_code_op (mhop_num_asgn);  
269                /* Jump over the true branch */                /* Jump over the true branch */
270                mh_code_op (mhop_branch);                mh_code_op (mhop_branch);
271                mh_code_op (3);                mh_code_op (2);
272                /* True branch */                /* True branch */
273                $$.end = mh_code_number (1);                $$.end = mh_code_op (mhop_num_asgn);
               mh_code_op (mhop_num_asgn);  
274              }              }
275            ;            ;
276    

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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