From 451124005b061157a6f5ac977c79ef49b4012335 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 16 Sep 1997 16:25:59 -0300 Subject: Standard I/O (and system) library --- lualoc.h | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 lualoc.h (limited to 'lualoc.h') diff --git a/lualoc.h b/lualoc.h deleted file mode 100644 index 957b08a5..00000000 --- a/lualoc.h +++ /dev/null @@ -1,28 +0,0 @@ -/* -** lualoc.h -** TecCGraf - PUC-Rio -** $Id: lualoc.h,v 1.1 1997/07/02 18:45:09 roberto Exp roberto $ -*/ - -#ifndef lualoc_h -#define lualoc_h - - -#ifndef OLD_ANSI -#include -#else - -#define strcoll(a,b) strcmp(a,b) -#define setlocale(a,b) 0 -#define LC_ALL 0 -#define LC_COLLATE 0 -#define LC_CTYPE 0 -#define LC_MONETARY 0 -#define LC_NUMERIC 0 -#define LC_TIME 0 - -#define strerror(e) "O.S. is unable to define the error" - -#endif - -#endif -- cgit v1.2.3-55-g6feb