d: enable #line output

* data/skeletons/d.m4 (b4_sync_start): New.
This commit is contained in:
Akim Demaille
2019-06-18 07:17:31 +02:00
parent df77a98edf
commit 5b525e86a5

View File

@@ -38,6 +38,11 @@ m4_define([b4_comment],
[_b4_comment([$1], [$2/* ], [$2 ], [ */])])
# b4_sync_start(LINE, FILE)
# -------------------------
m4_define([b4_sync_start], [[#]line $1 $2])
# b4_list2(LIST1, LIST2)
# ----------------------
# Join two lists with a comma if necessary.