]> git.ipfire.org Git - thirdparty/coreutils.git/commit
factor: DELIM and DIVBLOCK no longer macros
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Jul 2025 20:09:55 +0000 (13:09 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Jul 2025 00:12:40 +0000 (17:12 -0700)
commitb0c58a8b297d67f0a2a3ae5b8a2b3e8e70c32ad1
treedc9538c4f54f008a18a9d558dc9302a5d5bc21c6
parentd4bc32a5ff9ec151e8dcc1402b66d343246b813c
factor: DELIM and DIVBLOCK no longer macros

* src/factor.c (DELIM): Now a constant, not a macro.
(divblock): Now a static inline function, not a macro DIVBLOCK.
All uses changed.
src/factor.c