Update of bug #63078 (project groff):

                  Status:             In Progress => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #4:


commit ccc63e65c723e235fafc5099b383959c92664c38
Author: G. Branden Robinson <[email protected]>
Date:   Thu Feb 9 16:43:09 2023 -0600

    src/include/assert.h: Delete.
    
    Switch to using system's assert.h header file.  It is futile to attempt
    to preserve compatibility with ISO C90 systems by providing a bespoke
    predicate-reporting assert() (a C99 feature) when gnulib, which we
    require, itself demands C99.  This ensures that `static_assert` remains
    defined so that gnulib can use it.  Thanks to Bruno Haible for the
    consultation.
    
    <https://lists.gnu.org/archive/html/groff/2023-02/msg00034.html>
    
    * src/include/assert.h: Delete.
    
    * src/devices/grodvi/dvi.cpp:
    * src/devices/grolbp/lbp.cpp:
    * src/devices/grolj4/lj4.cpp:
    * src/include/itable.h:
    * src/include/stringclass.h:
    * src/libs/libbib/linear.cpp:
    * src/libs/libbib/search.cpp:
    * src/libs/libdriver/printer.cpp:
    * src/libs/libgroff/assert.cpp:
    * src/libs/libgroff/color.cpp:
    * src/libs/libgroff/errarg.cpp:
    * src/libs/libgroff/font.cpp:
    * src/libs/libgroff/nametoindex.cpp:
    * src/libs/libgroff/prime.cpp:
    * src/libs/libgroff/relocate.cpp:
    * src/libs/libgroff/searchpath.cpp:
    * src/preproc/eqn/box.cpp:
    * src/preproc/eqn/delim.cpp:
    * src/preproc/eqn/pile.cpp:
    * src/preproc/eqn/script.cpp:
    * src/preproc/html/pre-html.cpp:
    * src/preproc/pic/pic.h:
    * src/preproc/preconv/preconv.cpp:
    * src/preproc/soelim/soelim.cpp:
    * src/roff/groff/groff.cpp:
    * src/roff/troff/troff.h:
    * src/utils/hpftodit/hpftodit.cpp:
    * src/utils/indxbib/indxbib.cpp:
    * src/utils/lkbib/lkbib.cpp:
    * src/utils/lookbib/lookbib.cpp:
    * src/utils/tfmtodit/tfmtodit.cpp: Respell "assert.h" inclusion with
      angle brackets instead of quotation marks.
    
    Fixes <https://savannah.gnu.org/bugs/?63078>.



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63078>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/


Reply via email to