From: Boris Boesler Date: Mon, 5 May 2003 20:06:29 +0000 (+0000) Subject: replaced malloc.h by stdlib.h and values.h by limits.g for better portability X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=67067849894a6b5e0f87253ede8539331e3bdc3d;p=libfirm replaced malloc.h by stdlib.h and values.h by limits.g for better portability [r1140] --- diff --git a/ir/tv/strcalc.c b/ir/tv/strcalc.c index 97bc58d10..6107e4e06 100644 --- a/ir/tv/strcalc.c +++ b/ir/tv/strcalc.c @@ -12,7 +12,7 @@ #include /* assertions */ #include /* memset/memcmp */ #include /* output for error messages */ -#include /* definition of MIN_LONG, used in sc_get_val_from_long */ +#include /* definition of LONG_MIN, used in sc_get_val_from_long */ /* * local definitions and macros diff --git a/ir/tv/tv.c b/ir/tv/tv.c index 3566cd93c..1eccce86b 100644 --- a/ir/tv/tv.c +++ b/ir/tv/tv.c @@ -42,7 +42,7 @@ #include /* atoi() */ #include /* nice things for strings */ -#include +#include #include "tv_t.h" #include "set.h" /* to store tarvals in */ #include "tune.h" /* some constants */