From 5cac9fa00e225a8ef71bbd2be862516b1325c0c9 Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Wed, 9 Nov 2011 13:26:59 +0000 Subject: [PATCH] Restore the comment that I removed by accident. The comment still applies to this block of code. --- sys/tools/makeobjops.awk | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/tools/makeobjops.awk b/sys/tools/makeobjops.awk index 34f2b09ae0f..8ca99bb17db 100644 --- a/sys/tools/makeobjops.awk +++ b/sys/tools/makeobjops.awk @@ -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");