swig/Source/CParse
Olly Betts 9d7c962ee8 Clean up uses of Replace()
We were passing flags of DOH_REPLACE_ANY|DOH_REPLACE_FIRST in three
places, which doesn't make sense as those are mutually exclusive
concepts.  In the current implementation DOH_REPLACE_FIRST wins in
this situation, so replace with that and clarify the docs.
2022-02-06 09:59:30 +13:00
..
cparse.h new_node refactor 2018-05-19 09:00:06 +01:00
cscanner.c Handle ellipsis as a token in the scanner 2022-01-26 12:31:52 +13:00
parser.y Allow method calls in expressions 2022-02-03 17:20:30 +13:00
templ.c Clean up uses of Replace() 2022-02-06 09:59:30 +13:00
util.c new_node refactor 2018-05-19 09:00:06 +01:00