The antlr3 rpms
These const specifiers were ignored by older versions of gcc, likely because they are in template members that are not instantiated. gcc 14 refuses to compile the class. Fix by removing the const specifiers. This is safe since these members are private, so we aren't allowing external users permissions to modify them. |
||
|---|---|---|
| .gitignore | ||
| 0001-java8-fix.patch | ||
| 0002-conversion-timeout.patch | ||
| 0003-fix-c-template.patch | ||
| 0004-eof-token.patch | ||
| 0005-reproducible-parsers.patch | ||
| 0006-antlr3memory.hpp-fix-for-C-20-mode.patch | ||
| 0007-update-java-target.patch | ||
| 0008-unconst-cyclicdfa-gcc-14.patch | ||
| antlr3.spec | ||
| osgi-manifest.patch | ||
| README.md | ||
| sources | ||
antlr3
ANTLR version 3, ANother Tool for Language Recognition, is a language tool that provides a framework for constructing recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a variety of target languages.