Deleted Added
full compact
3668a3669,3676
> /* If this was a CONST function, it is now PURE since
> it now reads memory. */
> if (flags & ECF_CONST)
> {
> flags &= ~ECF_CONST;
> flags |= ECF_PURE;
> }
>