From fa5a15eeb283a27ea4f03ee581856930e60a7ca0 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 24 Aug 2001 21:05:39 +0000 Subject: atoi, atol, atoll, and atof are supposed to be functions, not macros. -Erik --- libc/stdlib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/stdlib/Makefile') diff --git a/libc/stdlib/Makefile b/libc/stdlib/Makefile index 6a5db9f34..cff8ada0a 100644 --- a/libc/stdlib/Makefile +++ b/libc/stdlib/Makefile @@ -27,10 +27,10 @@ DIRS = $(MALLOC) ALL_SUBDIRS = malloc malloc-930716 malloc-simple MSRC=strto_l.c -MOBJ=strtol.o strtoul.o strto_l.o +MOBJ=strtol.o strtoul.o strto_l.o atoi.o atol.o MSRC1=strto_ll.c -MOBJ1=strtoll.o strtoull.o strto_ll.o +MOBJ1=strtoll.o strtoull.o strto_ll.o atoll.o MSRC2=atexit.c MOBJ2=atexit.o exit.o -- cgit v1.2.3