Address Robert's feedback
@@ -16,11 +16,14 @@ #include <sys/debug.h> #include <string.h> #include <stdlib.h> #include <errno.h> -/* My masochism only goes so far... */ +/* + * 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;