Skip to content

Commit

Permalink
Improve comment in previous change
Browse files Browse the repository at this point in the history
  • Loading branch information
eggert committed Sep 18, 2022
1 parent 30bf5c4 commit df62fad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/m4sugar/m4sh.m4
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
# DIVERSION-NAME which is supposed to be an actual diversion number.
# Of course it would be nicer to use m4_case here, instead of zillions
# of little macros, but it then takes twice longer to run 'autoconf'!
# BINSH is 1, not 0, so that user code can m4_cleardivert([BINSH]) and
# then generate its own BINSH; m4's special treatment of diversion 0
# would not allow that if BINSH were 0. Leave an undocumented gap
# between BINSH and HEADER-REVISION for possible future extensions.
m4_define([_m4_divert(BINSH)], 1)
m4_define([_m4_divert(HEADER-REVISION)], 3)
m4_define([_m4_divert(HEADER-COMMENT)], 4)
Expand Down

0 comments on commit df62fad

Please sign in to comment.