Print this page
Rich's feedback

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libsysdemangle/common/str.h
          +++ new/usr/src/lib/libdemangle/common/str.h
↓ open down ↓ 9 lines elided ↑ open up ↑
  10   10   */
  11   11  
  12   12  /*
  13   13   * Copyright 2017 Jason King
  14   14   */
  15   15  
  16   16  #ifndef _STR_H
  17   17  #define _STR_H
  18   18  
  19   19  #include <sys/types.h>
  20      -#include "sysdemangle.h"
  21      -#include "sysdemangle_int.h"
       20 +#include "demangle-sys.h"
       21 +#include "demangle_int.h"
  22   22  
  23   23  #ifdef __cplusplus
  24   24  extern "C" {
  25   25  #endif
  26   26  
  27   27  struct sysdem_alloc_s;
  28   28  
  29   29  typedef struct str_s {
  30   30          char            *str_s;
  31   31          sysdem_ops_t    *str_ops;
↓ open down ↓ 32 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX