bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

limits-h, fnmatch-h, glob-h: improve maintainability


From: Bruno Haible
Subject: limits-h, fnmatch-h, glob-h: improve maintainability
Date: Sun, 19 Aug 2018 21:07:05 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-130-generic; KDE/5.18.0; x86_64; ; )

It's a pitfall for maintenance if stdint.m4 modifies a variable
set in limits-h.m4 and use in the 'limits-h' module. It's
better if this use is done through a macro invocation (like
already done in the 'iconv-h' module).


2018-08-19  Bruno Haible  <address@hidden>

        glob-h: Formalize side effects from other modules.
        * m4/glob_h.m4 (gl_REPLACE_GLOB_H): New macro.
        * m4/glob.m4 (gl_GLOB): Invoke it.

        fnmatch-h: Formalize side effects from other modules.
        * m4/fnmatch_h.m4 (gl_REPLACE_FNMATCH_H): New macro.
        * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX): Invoke it.

        limits-h: Formalize side effects from other modules.
        * m4/limits-h.m4 (gl_REPLACE_LIMITS_H): New macro.
        * m4/stdint.m4 (gl_STDINT_H): Invoke it.

Attachment: 0001-limits-h-Formalize-side-effects-from-other-modules.patch
Description: Text Data

Attachment: 0002-fnmatch-h-Formalize-side-effects-from-other-modules.patch
Description: Text Data

Attachment: 0003-glob-h-Formalize-side-effects-from-other-modules.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]