Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
87fa9510
...
87fa9510e152b13b163950afd8061d1f6e452669
authored
2002-11-04 10:47:59 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(cond production): added missing semicolon, required by modern yaccs.
1 parent
e2f89cdb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mh/mh_fmtgram.y
mh/mh_fmtgram.y
View file @
87fa951
...
...
@@ -298,6 +298,7 @@ cond : cond_expr
mh_code_op (mhop_num_branch);
$$ = mh_code_op (0);
}
;
cond_expr : component
| funcall
...
...
Please
register
or
sign in
to post a comment