diff --git a/www/cxx_dr_status.html b/www/cxx_dr_status.html index b6b5994661122c33c7774944803f224b23d40598..22e1310db5d7ea4bfee0ba9ec06f1ae12eb14fa9 100644 --- a/www/cxx_dr_status.html +++ b/www/cxx_dr_status.html @@ -1,5 +1,6 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<!-- This file is auto-generated by make_cxx_dr_status. Do not modify. --> <html> <head> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -523,7 +524,7 @@ <tr> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#81">81</a></td> <td>NAD</td> - <td>Null pointers and C compatibility</td> + <td>Null pointers and C compatability</td> <td class="na" align="center">N/A</td> </tr> <tr> diff --git a/www/make_cxx_dr_status b/www/make_cxx_dr_status index 54f3b7e208e7026f306dc0d0e7a2ea7d4bcc5cdb..f3fbd78d6f99375540e4b79cc4331bd8f1445228 100755 --- a/www/make_cxx_dr_status +++ b/www/make_cxx_dr_status @@ -51,6 +51,7 @@ out_file = file(output, 'w') print >> out_file, '''\ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<!-- This file is auto-generated by make_cxx_dr_status. Do not modify. --> <html> <head> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">