]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.91
authorfred <fred>
Tue, 26 Mar 2002 22:48:04 +0000 (22:48 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:48:04 +0000 (22:48 +0000)
flower/data-file.cc
flower/getopt-long.cc
flower/include/parse-afm.hh
flower/text-stream.cc
flower/warn.cc
stepmake/stepmake/c++-vars.make

index 4852e8588e80b21322817232266eeb19ad3f05ee..7faabf383a6dadfa8df29597485d8a1529950b80 100644 (file)
@@ -4,10 +4,13 @@
   source file of the Flower Library
   
   (c) '95, '96, '97 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+
+  DEPRECATED
   
   */
 #include <fstream.h>
 #include <ctype.h>
+#include <stdlib.h>
 
 #include "international.hh"
 #include "data-file.hh"
index 64475925b7a28c1dc4384fc99a5ddf893433cb8b..22d5c05600a2b2d5474f63fbce107a8470ce4d3b 100644 (file)
@@ -8,6 +8,8 @@
 #include <stdio.h>
 #include <iostream.h>
 #include <assert.h>
+#include <stdlib.h>
+
 #include "config.h"
 #include "getopt-long.hh"
 #include "international.hh"
index 449fee8fb408fb217d09977d5957a9f119064997..d2384f612e9c11d907d9125d57ccfabfc62ee1e9 100644 (file)
@@ -82,7 +82,6 @@
 #include <stdio.h>
 
 
-
 /* your basic constants */
 #define TRUE 1
 #define FALSE 0
index 6529512c79df21074de27d98e091c3704f34c70e..446c44a01917bccf55f1ec6889791f6ec92d64b3 100644 (file)
@@ -1,3 +1,4 @@
+#include <stdlib.h>
 #include <iostream.h>
 #include "text-stream.hh"
 
index 1df7cda734ace777af149bb0cf9f8b48be95f857..4fa9dcd2052173a2a6c4d2a3c8ded8fa169dd261 100644 (file)
@@ -1,3 +1,4 @@
+#include <stdlib.h>
 #include <stream.h>
 #include "warn.hh"
 
index 119a35b546d3544655107c6aa65e089f662592e5..bf78e7d48a8cf232f27693e80893369fce298603 100644 (file)
@@ -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 $@