Skip to content
Snippets Groups Projects
Commit 6a5b6697 authored by H. William Welliver III's avatar H. William Welliver III Committed by Henrik (Grubba) Grubbström
Browse files

Now knows about the public storage class.

Thanks to Bill Welliver <hww3@riverweb.com>.

Rev: refdoc/presentation/make_html.pike:1.72
parent e246d2e6
Branches
Tags
No related merge requests found
......@@ -841,6 +841,9 @@ string parse_type(Node n, void|string debug) {
case "protected": // Not in XSLT
ret += "protected ";
break;
case "public": // Not in XSLT
// Ignored.
break;
default:
error( "Illegal element " + n->get_any_name() + " in mode type.\n" );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment