<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -64,8 +64,8 @@ local function unescape_string (s)
    local function unesc_digits (backslashes, digits)
       if #backslashes%2==0 then
          -- Even number of backslashes, they escape each other, not the digits.
- 	 -- Return them so that unesc_letter() can treaat them
-	 return backslashes..digits
+         -- Return them so that unesc_letter() can treaat them
+         return backslashes..digits
       else
          -- Remove the odd backslash, which escapes the number sequence.
          -- The rest will be returned and parsed by unesc_letter()
@@ -75,7 +75,8 @@ local function unescape_string (s)
       local z = _G.string.byte &quot;0&quot;
       local code = (k or z) + 10*(j or z) + 100*(i or z) - 111*z
       if code &gt; 255 then 
-      	 error (&quot;Illegal escape sequence '\\&quot;..digits..&quot;' in string: ASCII codes must be in [0..255]&quot;) 
+      	 error (&quot;Illegal escape sequence '\\&quot;..digits..
+                &quot;' in string: ASCII codes must be in [0..255]&quot;) 
       end
       return backslashes .. string.char (code)
    end</diff>
      <filename>src/compiler/lexer.lua</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2e27663f7bb88c9a7b3d5a5fa995e5df44b33d39</id>
    </parent>
  </parents>
  <author>
    <name>Fabien Fleutot</name>
    <email>fabien@MacFabien.home</email>
  </author>
  <url>http://github.com/fab13n/metalua/commit/fcee97b8d0091ceb471902ee457dbccaab98234e</url>
  <id>fcee97b8d0091ceb471902ee457dbccaab98234e</id>
  <committed-date>2009-02-10T17:24:23-08:00</committed-date>
  <authored-date>2009-02-10T17:24:23-08:00</authored-date>
  <message>indentation cleanup</message>
  <tree>b8fd491283ee4c7fbfcfb7e0eb455f8ed776b7da</tree>
  <committer>
    <name>Fabien Fleutot</name>
    <email>fabien@MacFabien.home</email>
  </committer>
</commit>
