瀏覽代碼

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>