* Bug: In pat/src/pat_decl_y.y the yylval union type for "valu" was int instead of long. In pat_desc_y.y it was long, and pat_decl_l.l was using the wrong one. That is Flex was writting an int (4 bits) but bison was reading a long (8 bits), so the four upper bits were random. Dis show only under 64 bits where int and long have differnt sizes... There is something strange nevertheless in this tool, the flex part for pat_desc seems to be missing, but it compiles (and run). |
||
---|---|---|
alliance/src | ||
dev/scripts | ||
.gitattributes | ||
.gitignore |