1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-31 06:00:54 +01:00

Changed some structures to avoid gcc's type-punned warnings.

This commit is contained in:
Wayne Davison 2006-03-07 21:30:36 +00:00
parent e17fc50793
commit 4cb83571c4
34 changed files with 1043 additions and 1066 deletions

View file

@ -376,7 +376,7 @@ tidyparam(Param pm)
{
if (!pm)
return;
pm->flags &= ~PM_READONLY;
pm->node.flags &= ~PM_READONLY;
unsetparam_pm(pm, 0, 1);
}