MWCC/includes/compiler/Coloring.h

11 lines
173 B
C
Raw Permalink Normal View History

#ifndef COMPILER_COLORING_H
#define COMPILER_COLORING_H
#include "compiler/common.h"
extern RegClass coloring_class;
extern void colorinstructions(Object *proc);
#endif