[m-rev.] www diff 2/3: Fix some HTML that confuses vim's syntax highlighter.

Paul Bone paul at bone.id.au
Thu Feb 6 12:39:49 AEDT 2014


This HTML is unnecessary so i've removed it.

development/developers/allocation.html:
development/developers/bytecode.html:
development/developers/coding_standards.html:
development/developers/gc_and_c_code.html:
development/developers/glossary.html:
development/developers/release_checklist.html:
development/developers/reviews.html:
development/developers/work_in_progress.html:
    As above.
---
 development/developers/allocation.html        | 14 --------------
 development/developers/bytecode.html          |  3 ---
 development/developers/coding_standards.html  |  3 ---
 development/developers/gc_and_c_code.html     |  2 --
 development/developers/glossary.html          |  2 --
 development/developers/release_checklist.html |  3 ---
 development/developers/reviews.html           |  3 ---
 development/developers/work_in_progress.html  |  2 --
 8 files changed, 32 deletions(-)

diff --git a/development/developers/allocation.html b/development/developers/allocation.html
index 6975f80..b7dd0d0 100644
--- a/development/developers/allocation.html
+++ b/development/developers/allocation.html
@@ -12,13 +12,11 @@
 >
 
 <hr>
-<!-------------------------->
 
 This document describes
 the storage allocation system used by the LLDS code generator.
 
 <hr>
-<!-------------------------->
 
 <h2> FORWARD LIVENESS </h2>
 
@@ -115,9 +113,7 @@ latter will occur for singleton variables.)
 <p>
 
 <hr>
-<!------------->
 <hr>
-<!------------->
 
 <h2> STORE MAPS </h2>
 
@@ -146,7 +142,6 @@ to say that those variables are "magically" in those locations.
 </ol>
 
 <hr>
-<!------------->
 
 <h3> Ends of branched control structures </h3>
 
@@ -194,7 +189,6 @@ each branch in a branched structure.
 <p>
 
 <hr>
-<!-------------------------->
 
 <h3> Starts and ends of procedures </h3>
 
@@ -208,7 +202,6 @@ arg_info list.
 <p>
 
 <hr>
-<!-------------------------->
 
 
 <h3> Resumption points </h3>
@@ -309,7 +302,6 @@ on backward liveness below.
 
 
 <hr>
-<!-------------------------->
 
 <p>
 
@@ -339,9 +331,7 @@ The same applies to higher order calls.
 
 
 <hr>
-<!-------------------------->
 <hr>
-<!-------------------------->
 
 <p>
 
@@ -388,9 +378,7 @@ the cut.
 
 
 <hr>
-<!-------------------------->
 <hr>
-<!-------------------------->
 
 <p>
 
@@ -451,9 +439,7 @@ live variables as defined in the forward liveness section above.
 
 
 <hr>
-<!-------------------------->
 <hr>
-<!-------------------------->
 
 <p>
 
diff --git a/development/developers/bytecode.html b/development/developers/bytecode.html
index aa4dd16..846d1e1 100644
--- a/development/developers/bytecode.html
+++ b/development/developers/bytecode.html
@@ -13,13 +13,11 @@
 >
 
 <hr>
-<!-------------------------->
 
 <h1>
 Information On The Mercury Bytecode Format</h1>
 <hr>
 
-<!-------------------------->
 <h2> Summary of types </h2>
 
 <dl>
@@ -523,7 +521,6 @@ interpreting the bytecode to after interpreting the bytecode.
 
 
 <hr>
-<!-------------------------->
 
 Comments? Mail <a href = "mailto:mercury at cs.mu.oz.au">mercury at cs.mu.oz.au</a>,
 or see our <a href = "../../contact.html" >contact</a> page.<br>
diff --git a/development/developers/coding_standards.html b/development/developers/coding_standards.html
index e1c5565..db7f402 100644
--- a/development/developers/coding_standards.html
+++ b/development/developers/coding_standards.html
@@ -14,13 +14,11 @@
 >
 
 <hr>
-<!-------------------------->
 
 <h1>
 Mercury Coding Standard for the Mercury Project</h1>
 <hr>
 
-<!-------------------------->
 
 <h2> Documentation </h2>
 
@@ -532,7 +530,6 @@ The file <a href="/web/20121002213713/http://www.mercury.csse.unimelb.edu.au/inf
 contains more information on review policy.
 
 <hr>
-<!-------------------------->
 
 </body>
 </html>
diff --git a/development/developers/gc_and_c_code.html b/development/developers/gc_and_c_code.html
index d7990e0..6227bf6 100644
--- a/development/developers/gc_and_c_code.html
+++ b/development/developers/gc_and_c_code.html
@@ -12,7 +12,6 @@
 >
 
 <hr>
-<!-------------------------->
 
 When handwritten code is called from Mercury, the garbage collection 
 scheduler doesn't know anything about the code, so it cannot replace
@@ -69,7 +68,6 @@ just the same as before).
 
 
 <hr>
-<!-------------------------->
 
 Last update was $Date: 2003/11/05 08:42:10 $ by $Author: fjh $@cs.mu.oz.au. <br>
 </body>
diff --git a/development/developers/glossary.html b/development/developers/glossary.html
index 0b39094..0ba7186 100644
--- a/development/developers/glossary.html
+++ b/development/developers/glossary.html
@@ -13,7 +13,6 @@
 >
 
 <hr>
-<!-------------------------->
 
 <dl>
 
@@ -133,7 +132,6 @@
 </dl>
 
 <hr>
-<!-------------------------->
 
 </body>
 </html>
diff --git a/development/developers/release_checklist.html b/development/developers/release_checklist.html
index 7b94cab..7655bf3 100644
--- a/development/developers/release_checklist.html
+++ b/development/developers/release_checklist.html
@@ -8,13 +8,11 @@
 <body bgcolor="#ffffff" text="#000000">
 
 <hr>
-<!-------------------------->
 
 This file contains a checklist of the steps that must be
 taken when releasing a new version of Mercury.
 
 <hr>
-<!-------------------------->
 
 <ol>
 <li> Items for the next version (1.0) only:
@@ -184,7 +182,6 @@ taken when releasing a new version of Mercury.
 
 
 <hr>
-<!-------------------------->
 
 Last update was $Date: 2005/09/12 09:35:14 $ by $Author: mark $@cs.mu.oz.au. <br>
 </body>
diff --git a/development/developers/reviews.html b/development/developers/reviews.html
index 25b36f0..f956a00 100644
--- a/development/developers/reviews.html
+++ b/development/developers/reviews.html
@@ -13,14 +13,12 @@
 >
 
 <hr>
-<!----------------------->
 
 <h1> Reviews </h1> <p>
 
 This file outlines the policy on reviews for the Mercury system.
 
 <hr>
-<!----------------------->
 
 <h2> Reviewable material </h2>
 
@@ -279,7 +277,6 @@ diff and log message to mercury-reviews, but use the subject line:<br>
 
 
 <hr>
-<!-------------------------->
 
 Last update was $Date: 2003/01/15 08:20:13 $ by $Author: mjwybrow $@cs.mu.oz.au. <br>
 </body>
diff --git a/development/developers/work_in_progress.html b/development/developers/work_in_progress.html
index 03325aa..6f2aa2a 100644
--- a/development/developers/work_in_progress.html
+++ b/development/developers/work_in_progress.html
@@ -77,7 +77,6 @@ distribution.
 </ul>
 
 <hr>
-<!-------------------------->
 <h2>
 Work Not In Progress
 </h2>
@@ -100,7 +99,6 @@ if someone has the time for it.
 </html>
 
 <hr>
-<!-------------------------->
 
 Last update was $Date: 2010/07/13 05:48:04 $ by $Author: juliensf $@cs.mu.oz.au. <br>
 </body>
-- 
1.8.5.3




More information about the reviews mailing list