imake: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jan 8 21:33:41 UTC 2024


 mdepend.cpp |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 6ae703860f9214235861a424fcee498562a1b6f5
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Jan 8 12:09:48 2024 -0800

    Fix mdepend.cpp: error: invalid preprocessing directive #Flag
    
    Seen with GNU cpp, but not Solaris cpp:
    ./mdepend.cpp:128:27: error: invalid preprocessing directive #Flag
      128 |                         # Flag to tell compiler to output dependencies directly
          |                           ^~~~
    ./mdepend.cpp:129:27: error: invalid preprocessing directive #For
      129 |                         # For example, with Sun compilers, -xM or -xM1 or
          |                           ^~~
    ./mdepend.cpp:130:27: error: invalid preprocessing directive #with
      130 |                         # with gcc, -M
          |                           ^~~~
    
    Reported-by: https://bugs.gentoo.org/919846
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list