Print this page
Address Robert's feedback

*** 16,26 **** #include <sys/debug.h> #include <string.h> #include <stdlib.h> #include <errno.h> ! /* My masochism only goes so far... */ /* BEGIN CSTYLED */ static struct { const char *mangled; const char *demangled; --- 16,29 ---- #include <sys/debug.h> #include <string.h> #include <stdlib.h> #include <errno.h> ! /* ! * My masochism only goes so far -- leave the mangled and unmangled strings ! * as is, even if they go past 80 columns wide. ! */ /* BEGIN CSTYLED */ static struct { const char *mangled; const char *demangled;