chiark / gitweb /
generate: Introduce od
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 25 Dec 2019 23:31:13 +0000 (23:31 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 30 Dec 2019 11:35:15 +0000 (11:35 +0000)
commit172acdebcae01e79278788880ee148f16395dc47
tree0fbe02db7bc91824caf2da7d23e9550ec3bcc6ee
parent05f337b62aaf5a0786ab3db09d0dacc141a881c4
generate: Introduce od

Replace every call to `o' in process_input_mk (the main filtering
routine) with a call to `od', which is going to be the dollar-doubled
output variant when we add the dollar doubling feature.

For now it just does the same as `o'.

No functional change.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
generate