Restore the comment that I removed by accident.

The comment still applies to this block of code.
This commit is contained in:
ed 2011-11-09 13:26:59 +00:00
parent 3d017846c9
commit 4b5517fbe0

View File

@ -306,6 +306,7 @@ function handle_method (static, doc)
printh(format_line(prototype argument_list ");",
line_width, length(prototype)));
# Print out the method desc
printc("struct kobjop_desc " mname "_desc = {");
printc("\t0, { &" mname "_desc, (kobjop_t)" default_function " }");
printc("};\n");