]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Improve comment in previous change
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 18 Sep 2022 02:43:46 +0000 (19:43 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 18 Sep 2022 02:44:46 +0000 (19:44 -0700)
lib/m4sugar/m4sh.m4

index b6714356faab919d79e12be367a0a419c02ef755..01d3b5d649aac11279ff7382166088771698f493 100644 (file)
 # 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)