From 27c6b4d42212eb0da07d9326470220818bb7b75f Mon Sep 17 00:00:00 2001
From: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date: Wed, 4 Dec 2002 15:38:31 -0200
Subject: each .c file defines its own name

---
 ltm.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'ltm.c')

diff --git a/ltm.c b/ltm.c
index 60451581..8a4c8e74 100644
--- a/ltm.c
+++ b/ltm.c
@@ -1,5 +1,5 @@
 /*
-** $Id: ltm.c,v 1.103 2002/10/25 20:05:28 roberto Exp roberto $
+** $Id: ltm.c,v 1.104 2002/11/14 11:51:50 roberto Exp roberto $
 ** Tag methods
 ** See Copyright Notice in lua.h
 */
@@ -7,6 +7,8 @@
 
 #include <string.h>
 
+#define ltm_c
+
 #include "lua.h"
 
 #include "lobject.h"
-- 
cgit v1.2.3-55-g6feb