Print this page
XXX keith II

Split Close
Expand all
Collapse all
          --- old/examples/example.h
          +++ new/examples/example.h
↓ open down ↓ 4 lines elided ↑ open up ↑
   5    5  #ifndef _EXAMPLE_H
   6    6  #define _EXAMPLE_H
   7    7  
   8    8  #include <sys/types.h>
   9    9  #include "v8plus_glue.h"
  10   10  
  11   11  #ifdef  __cplusplus
  12   12  extern "C" {
  13   13  #endif  /* __cplusplus */
  14   14  
  15      -#define __UNUSED        __attribute__((__unused__))
  16      -
  17   15  typedef struct example {
  18   16          uint64_t e_val;
  19   17  } example_t;
  20   18  
  21   19  #ifdef  __cplusplus
  22   20  }
  23   21  #endif  /* __cplusplus */
  24   22  
  25   23  #endif  /* _EXAMPLE_H */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX