[hackers] [scc] [libc] Add ctype.o to the Makefile || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Thu, 23 Feb 2017 14:45:56 +0100 (CET)

commit 4f9918f90b7d9085a912f4b38c14f8e8e4894791
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Thu Feb 23 14:45:36 2017 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Thu Feb 23 14:45:36 2017 +0100

    [libc] Add ctype.o to the Makefile

diff --git a/libc/src/Makefile b/libc/src/Makefile
index 82f02e7..e8612df 100644
--- a/libc/src/Makefile
+++ b/libc/src/Makefile
_AT_@ -7,7 +7,7 @@ LIBCOBJ = assert.o strcpy.o strcmp.o strlen.o strchr.o \
           memset.o memcpy.o memmove.o memcmp.o memchr.o \
           isalnum.o isalpha.o isascii.o isblank.o iscntrl.o isdigit.o \
           isgraph.o islower.o isprint.o ispunct.o isspace.o isupper.o \
- isxdigit.o toupper.o tolower.o setlocale.o \
+ isxdigit.o toupper.o tolower.o ctype.o setlocale.o \
           localeconv.o
 
 all: libc.a
Received on Thu Feb 23 2017 - 14:45:56 CET

This archive was generated by hypermail 2.3.0 : Thu Feb 23 2017 - 14:48:17 CET