Skip to content
Snippets Groups Projects
Commit 30e8b3e5 authored by Heikki Linnakangas's avatar Heikki Linnakangas
Browse files

In ecpg preprocessor, don't try to look up constants in the test for

variable hiding. A constant is not a variable. It worked in most cases by
accident, because we add constants to the global list of variables (why?),
but float constants like 1.23 were interpreted as struct field references,
and not found.

Backpatch to 9.0, where the test for variable hiding was added.
parent 59bacbe1
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment