[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Compile error in tar-1.13.25[getdate.c]
From: |
Martin Kraemer |
Subject: |
[PATCH] Compile error in tar-1.13.25[getdate.c] |
Date: |
Tue, 17 Jun 2003 14:32:30 +0200 |
User-agent: |
Mutt/1.4.1i |
In tar-1.13.25, I found the following syntax errors which prevent tar
from building (if getdate.c is being rebuilt by a current version of
bison, that is; I used bison-1.75).
The generated code looks something like this:
case 42:
#line 381 "getdate.y"
{ PC.rel_day += yyvsp[0].intval }
break;
With the patch applied, it works.
Cheers,
Martin
--
<address@hidden> | Fujitsu Siemens
Fon: +49-89-636-46021, FAX: +49-89-636-47655 | 81730 Munich, Germany
gtar.patch
Description: Text document
- [PATCH] Compile error in tar-1.13.25[getdate.c],
Martin Kraemer <=