ome of the consts couldnt be propagated and had to be reverted

This commit is contained in:
G.E 2024-04-29 12:39:28 +03:00
parent 7fd45f864c
commit f463357a38
2 changed files with 2 additions and 2 deletions

View File

@ -659,7 +659,7 @@ GoughSSAVar *GoughSSAVarJoin::get_input(const GoughEdge &prev) const {
}
const flat_set<GoughEdge> &GoughSSAVarJoin::get_edges_for_input(
const GoughSSAVar *input) const {
GoughSSAVar *input) const {
return input_map.at(input);
}

View File

@ -927,7 +927,7 @@ char JOIN(LIMEX_API_ROOT, _testEOD)(const struct NFA *n, const char *state,
context);
}
char JOIN(LIMEX_API_ROOT, _reportCurrent)(const struct NFA *n, const struct mq *q) {
char JOIN(LIMEX_API_ROOT, _reportCurrent)(const struct NFA *n, struct mq *q) {
const IMPL_NFA_T *limex = getImplNfa(n);
REPORTCURRENT_FN(limex, q);
return 1;