소스 검색

no need for ctype.h

Roberto Ierusalimschy 18 년 전
부모
커밋
47e666c090
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      lauxlib.c

+ 1 - 2
lauxlib.c

@@ -1,11 +1,10 @@
 /*
-** $Id: lauxlib.c,v 1.170 2007/06/22 15:33:54 roberto Exp roberto $
+** $Id: lauxlib.c,v 1.171 2007/06/22 15:39:34 roberto Exp roberto $
 ** Auxiliary functions for building Lua libraries
 ** See Copyright Notice in lua.h
 */
 
 
-#include <ctype.h>
 #include <errno.h>
 #include <stdarg.h>
 #include <stdio.h>