Fix compilation problem; make the cast and the LHS be the same type.
[oota-llvm.git] / docs / GettingStarted.html
index ff7feb7693079e2bfb78d4a506b0da23e50f37b0..f930d42add71e99022b378c7d5afbf88a127195e 100644 (file)
@@ -581,12 +581,8 @@ LLVM.</p>
 <p>The following environment variables are used by the <tt>configure</tt>
 script to configure the build system:</p>
 
-<table border=1>
-  <tr>
-   <th>Variable</th>
-   <th>Purpose</th>
-  </tr>
-
+<table>
+  <tr><th>Variable</th><th>Purpose</th></tr>
   <tr>
     <td>CC</td>
     <td>Tells <tt>configure</tt> which C compiler to use.  By default,
@@ -594,7 +590,6 @@ script to configure the build system:</p>
         <tt>PATH</tt>.  Use this variable to override
         <tt>configure</tt>'s default behavior.</td>
   </tr>
-
   <tr>
     <td>CXX</td>
     <td>Tells <tt>configure</tt> which C++ compiler to use.  By default,