mirror of
https://git.wuffs.org/MWCC
synced 2025-07-23 23:25:53 +00:00
11 lines
173 B
C
11 lines
173 B
C
#ifndef COMPILER_COLORING_H
|
|
#define COMPILER_COLORING_H
|
|
|
|
#include "compiler/common.h"
|
|
|
|
extern RegClass coloring_class;
|
|
|
|
extern void colorinstructions(Object *proc);
|
|
|
|
#endif
|