From: fred Date: Tue, 26 Mar 2002 22:48:04 +0000 (+0000) Subject: lilypond-1.3.91 X-Git-Tag: release/1.5.59~1765 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8c2bcfb229cf2b8de358f0dc41b9925a75da4839;p=lilypond.git lilypond-1.3.91 --- diff --git a/flower/data-file.cc b/flower/data-file.cc index 4852e8588e..7faabf383a 100644 --- a/flower/data-file.cc +++ b/flower/data-file.cc @@ -4,10 +4,13 @@ source file of the Flower Library (c) '95, '96, '97 Han-Wen Nienhuys + + DEPRECATED */ #include #include +#include #include "international.hh" #include "data-file.hh" diff --git a/flower/getopt-long.cc b/flower/getopt-long.cc index 64475925b7..22d5c05600 100644 --- a/flower/getopt-long.cc +++ b/flower/getopt-long.cc @@ -8,6 +8,8 @@ #include #include #include +#include + #include "config.h" #include "getopt-long.hh" #include "international.hh" diff --git a/flower/include/parse-afm.hh b/flower/include/parse-afm.hh index 449fee8fb4..d2384f612e 100644 --- a/flower/include/parse-afm.hh +++ b/flower/include/parse-afm.hh @@ -82,7 +82,6 @@ #include - /* your basic constants */ #define TRUE 1 #define FALSE 0 diff --git a/flower/text-stream.cc b/flower/text-stream.cc index 6529512c79..446c44a019 100644 --- a/flower/text-stream.cc +++ b/flower/text-stream.cc @@ -1,3 +1,4 @@ +#include #include #include "text-stream.hh" diff --git a/flower/warn.cc b/flower/warn.cc index 1df7cda734..4fa9dcd205 100644 --- a/flower/warn.cc +++ b/flower/warn.cc @@ -1,3 +1,4 @@ +#include #include #include "warn.hh" diff --git a/stepmake/stepmake/c++-vars.make b/stepmake/stepmake/c++-vars.make index 119a35b546..bf78e7d48a 100644 --- a/stepmake/stepmake/c++-vars.make +++ b/stepmake/stepmake/c++-vars.make @@ -4,7 +4,7 @@ # -pipe makes it go faster, but is not supported on all platforms. # EXTRA_CXXFLAGS= -Wall -Winline -W -Wmissing-prototypes -Wmissing-declarations -Wconversion -EXTRA_CXXFLAGS= -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wconversion +EXTRA_CXXFLAGS= -Wall -W -Wmissing-prototypes -Wconversion CXXFLAGS = $(ICFLAGS) $(DEFINES) $(addprefix -I,$(INCLUDES)) $(USER_CFLAGS) $(EXTRA_CFLAGS) $(MODULE_CFLAGS) $($(PACKAGE)_CFLAGS) $($(PACKAGE)_CXXFLAGS) $(USER_CXXFLAGS) $(EXTRA_CXXFLAGS) $(MODULE_CXXFLAGS) CXX_OUTPUT_OPTION = $< -o $@