mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-23 11:13:03 +00:00
d: enable #line output
* data/skeletons/d.m4 (b4_sync_start): New.
This commit is contained in:
@@ -38,6 +38,11 @@ m4_define([b4_comment],
|
|||||||
[_b4_comment([$1], [$2/* ], [$2 ], [ */])])
|
[_b4_comment([$1], [$2/* ], [$2 ], [ */])])
|
||||||
|
|
||||||
|
|
||||||
|
# b4_sync_start(LINE, FILE)
|
||||||
|
# -------------------------
|
||||||
|
m4_define([b4_sync_start], [[#]line $1 $2])
|
||||||
|
|
||||||
|
|
||||||
# b4_list2(LIST1, LIST2)
|
# b4_list2(LIST1, LIST2)
|
||||||
# ----------------------
|
# ----------------------
|
||||||
# Join two lists with a comma if necessary.
|
# Join two lists with a comma if necessary.
|
||||||
|
|||||||
Reference in New Issue
Block a user