diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-29 02:14:24 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-29 02:14:24 +0000 |
commit | 633b297a89cb306950516e3e7c83937a112eef8e (patch) | |
tree | 2704900b7c0a254aeb15ad560e1414854d780599 /java/jcommon | |
parent | The FTP site seems to be "permission denied", (diff) |
Update checksum
Noticed by: bento
Changes in tarball:
diff -r mup-4.6.old/mup/ytab.c mup-4.6.new/mup/ytab.c
1714c1714
< #line 4489 "gram.y"
---
> #line 4493 "gram.y"
5351c5351,5353
< Currstruct_p->u.bar_p->precbartype = yyvsp[-1].intval;
---
> if (Currstruct_p != 0 && Currstruct_p->u.bar_p != 0) {
> Currstruct_p->u.bar_p->precbartype = yyvsp[-1].i
ntval;
> }
5358c5360,5362
< Currstruct_p->u.bar_p->precbartype = SINGLEBAR;
---
> if (Currstruct_p != 0 && Currstruct_p->u.bar_p != 0) {
> Currstruct_p->u.bar_p->precbartype = SINGLEBAR;
> }
5364c5368
< #line 3602 "gram.y"
---
> #line 3606 "gram.y"
Notes
Notes:
svn path=/head/; revision=99357
Diffstat (limited to 'java/jcommon')
0 files changed, 0 insertions, 0 deletions