From accd7bc25355be4350db6d117515c672121a67f2 Mon Sep 17 00:00:00 2001
From: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date: Fri, 21 Nov 1997 17:00:46 -0200
Subject: small modifications (format, small optimizations, etc)

---
 lua.stx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'lua.stx')

diff --git a/lua.stx b/lua.stx
index 3d6dbaa7..0aa36635 100644
--- a/lua.stx
+++ b/lua.stx
@@ -1,6 +1,6 @@
 %{
 /*
-** $Id: lua.stx,v 1.17 1997/11/07 15:09:49 roberto Exp roberto $
+** $Id: lua.stx,v 1.18 1997/11/19 17:29:23 roberto Exp roberto $
 ** Syntax analizer and code generator
 ** See Copyright Notice in lua.h
 */
@@ -613,7 +613,7 @@ TProtoFunc *luaY_parser (ZIO *z, char *chunkname)
   L->lexstate = &lexstate;
   luaX_setinput(z);
   init_state(luaS_new(chunkname));
-  if (luaY_parse ()) lua_error("parse error");
+  if (luaY_parse()) lua_error("parse error");
   return close_func();
 }
 
-- 
cgit v1.2.3-55-g6feb