Print this page
Rich's feedback
*** 14,24 ****
*/
#include <sys/debug.h>
#include <sys/sysmacros.h>
#include <string.h>
#include "str.h"
! #include "sysdemangle_int.h"
#define STR_CHUNK_SZ (64U)
/* are we storing a reference vs. a dynamically allocated copy? */
#define IS_REF(s) ((s)->str_s != NULL && (s)->str_size == 0)
--- 14,24 ----
*/
#include <sys/debug.h>
#include <sys/sysmacros.h>
#include <string.h>
#include "str.h"
! #include "demangle_int.h"
#define STR_CHUNK_SZ (64U)
/* are we storing a reference vs. a dynamically allocated copy? */
#define IS_REF(s) ((s)->str_s != NULL && (s)->str_size == 0)