view src/plautogen/interface/Element.h @ 178:0ef5c1d852fe

mofidy show caller line number at generate_context
author anatofuz
date Fri, 17 Jan 2020 15:25:05 +0900
parents ceabe608b773
children
line wrap: on
line source

typedef struct Element <Type, Impl> {
  union Data* data;
  struct Element* next;
} Element;