Commit 2fcd63fe authored by Eric Wong's avatar Eric Wong

gcc.h: fix compilation with !(gcc >= 3)

git-svn-id: https://svn.musicpd.org/mpd/trunk@7167 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent e35b6efb
...@@ -55,6 +55,7 @@ ...@@ -55,6 +55,7 @@
# define mpd_printf # define mpd_printf
# define mpd_fprintf # define mpd_fprintf
# define mpd_fprintf_ # define mpd_fprintf_
# define mpd_fprintf__
# define mpd_pure # define mpd_pure
# define mpd_scanf # define mpd_scanf
# define mpd_unused # define mpd_unused
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment