Follow-up Comment #8, bug #59276 (project groff):

commit fe121eeacd53c96105f23209b2c205f436f97359
Author:     Ingo Schwarze <[email protected]>
AuthorDate: Thu Oct 15 15:12:20 2020 +0200
Commit:     Ingo Schwarze <[email protected]>
CommitDate: Sun Oct 18 16:23:40 2020 +0200

     #include "config.h" before <stdio.h>
    
    Required with e.g. GCC 4.2.1 because gnulib/lib/stdio.in.h
    uses the "restrict" keyword since this gnulib commit:
    commit 182afcba2635cbff91240656c7fb3742dd23ab6f
    Author: Bruno Haible <[email protected]>
    Date: Sat Feb 22 20:57:30 2020 +0100
    
    Otherwise, the build may die from the declaration of
    various printf-like functions with messages like:
    ./lib/stdio.h:851: error: expected ',' or '...' before 'fp'
    
    fixes https://savannah.gnu.org/bugs/index.php?59276
    OK cjwatson@



    _______________________________________________________

Reply to this item at:

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

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


Reply via email to