<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -214,12 +214,12 @@
         ; no constants; dummy initialize
         &quot;\n#define init_constants()\n&quot;)
       (if is-symeval-used
-          (list &quot;void init_symeval(void){\nstruct symbol* symp;\n&quot;
+          (list &quot;void init_symeval(void){\nsymbol* symp;\n&quot;
                 (let i -1
                   (mapeach var global-vars
                     (++ i)
                     (list
-                      &quot;symp = (struct symbol*) SYM2OBJ(&quot;
+                      &quot;symp = (symbol*) SYM2OBJ(&quot;
                          (tostring:write (coerce var!uid 'string)) &quot;);\n&quot;
                       &quot;symp-&gt;global = &amp;GLOBAL(&quot; i &quot;);\n&quot;)))
                 &quot;}\n&quot;)</diff>
      <filename>codegen.arc</filename>
    </modified>
    <modified>
      <diff>@@ -146,7 +146,7 @@
     (if (isnt 2 (len e)) (err &quot;symeval expects 1 arg&quot;))
     (let (_ form) e
       (if (caris form 'quote)
-          (make-ref '() (new-global (cadr form)))
+          (make-ref '() (xe-lookup (cadr form) '()))
           (make-prim (list:xe form cte) '%symeval))))) initial-ctes*)
 
 (def make-initial-cte ()</diff>
      <filename>xe.arc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ac3d11ce5d560984d4ea4ef44c23fb555be87ce1</id>
    </parent>
  </parents>
  <author>
    <name>Alan Manuel K. Gloria</name>
    <email>almkglor@gmail.com</email>
  </author>
  <url>http://github.com/sacado/arc2c/commit/f68a1be0599bdaeb1c21159dfcd7fefff5776e31</url>
  <id>f68a1be0599bdaeb1c21159dfcd7fefff5776e31</id>
  <committed-date>2008-07-31T08:19:41-07:00</committed-date>
  <authored-date>2008-07-31T08:19:41-07:00</authored-date>
  <message>xe, codegen: fixed bugs related to 'symeval</message>
  <tree>eb5ea92aa51d61c9c182be18e92e781740957758</tree>
  <committer>
    <name>Alan Manuel K. Gloria</name>
    <email>almkglor@gmail.com</email>
  </committer>
</commit>
