From: Brett Gordon Date: Sun, 19 Jul 2015 20:22:44 +0000 (-0400) Subject: undid putchar real function thing... X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=3766737aa4d9e4cec975f9af83e0894ab0490bfc;p=FUZIX.git undid putchar real function thing... --- diff --git a/Library/libs/Makefile.6809 b/Library/libs/Makefile.6809 index 0db97604..158ac6f6 100644 --- a/Library/libs/Makefile.6809 +++ b/Library/libs/Makefile.6809 @@ -25,7 +25,7 @@ SRC_C += gmtime.c gmtime_r.c grent.c index.c isatty.c killpg.c SRC_C += libintl.c SRC_C += localtim.c localtim_r.c lseek.c lsearch.c lstat.c ltoa.c ltostr.c SRC_C += malloc.c mkfifo.c mkstemps.c nanosleep.c opendir.c pause.c perror.c -SRC_C += popen.c printf.c putenv.c putchar_wrapper.c putpwent.c pwent.c qsort.c +SRC_C += popen.c printf.c putenv.c putchar.c putpwent.c pwent.c qsort.c SRC_C += raise.c rand.c readdir.c readlink.c realloc.c regerror.c SRC_C += regsub.c remove.c rewind.c rindex.c setbuffer.c setenv.c SRC_C += setlocale.c setvbuf.c settimeofday.c sleep.c sprintf.c