Paul Eggert wrote:
Aharon Robbins wrote:
Should I commit this fix?
Yes, please.
Never mind; I installed it, as we want to release a new bugfix version soon.
Closing the bug.
Aharon Robbins wrote:
Should I commit this fix?
Yes, please. I prefer putting "const" after the type anyway; it's more
consistent. You might want to report a bug to the tinycc folks too, while you're
at it, as their compiler is buggy.
Hi.
The current development version of tinycc (mob branch) has this
complaint when I compile gawk:
dfa.c:1734: warning: assignment discards qualifiers from pointer target type
This "fixes" it:
diff --git a/dfa.c b/dfa.c
index 6be2102..d29b72f 100644
--- a/dfa.c
+++ b/dfa.c
@@ -1706,7 +1706,7 @@