Cthulhu  0.2.10
Cthulhu compiler collection
common.h File Reference
#include "config/config.h"
#include "base/panic.h"
Include dependency graph for common.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  cfg_field_t
 
struct  cfg_group_t
 

Macros

#define ASSERT_FIELD_TYPE(field, type)   CTASSERT(cfg_get_type(field) == (type))
 

Macro Definition Documentation

◆ ASSERT_FIELD_TYPE

#define ASSERT_FIELD_TYPE (   field,
  type 
)    CTASSERT(cfg_get_type(field) == (type))

Definition at line 43 of file common.h.