mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-23 11:13:03 +00:00
spelling: corrupted
This commit is contained in:
committed by
Akim Demaille
parent
b62b690ccf
commit
e96d567a27
@@ -18052,7 +18052,7 @@
|
|||||||
suite using a GLR parser driven by LALR tables. It fails with -O2
|
suite using a GLR parser driven by LALR tables. It fails with -O2
|
||||||
because `struct stat' gives two different answers on my machine:
|
because `struct stat' gives two different answers on my machine:
|
||||||
88 (definition of an auto var) and later 96 (memset on this var).
|
88 (definition of an auto var) and later 96 (memset on this var).
|
||||||
Hence the stack is badly corrumpted. The headers inclusion is to
|
Hence the stack is badly corrupted. The headers inclusion is to
|
||||||
blame: if I move the awk.h inclusion before GLR's system header
|
blame: if I move the awk.h inclusion before GLR's system header
|
||||||
inclusion, the two struct stat have the same size.
|
inclusion, the two struct stat have the same size.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user