1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-12-07 07:31:06 +00:00

warning elimination

SCCS-file: zic.c
SCCS-SID: 7.30
This commit is contained in:
Arthur David Olson
1995-01-02 12:06:41 -05:00
committed by Paul Eggert
parent 18aae9b1b3
commit 2c383d4542

4
zic.c
View File

@ -619,8 +619,8 @@ rcomp(cp1, cp2)
const generic_T * cp1;
const generic_T * cp2;
{
return strcmp(((struct rule *) cp1)->r_name,
((struct rule *) cp2)->r_name);
return strcmp(((const struct rule *) cp1)->r_name,
((const struct rule *) cp2)->r_name);
}
static void