Inferno
0.2
|
#include <cpptree.hpp>
Type of a variable that can hold a label. Similar to the GCC extension for labels-in-variables but we use this type not void * (which is inconvenient for stataic analysis). To declare a conventional label at a particular position, use Label.
Definition at line 573 of file cpptree.hpp.