mirror of
https://git.wuffs.org/MWCC
synced 2025-07-23 23:25:53 +00:00
11 lines
188 B
C
11 lines
188 B
C
#ifndef COMPILER_CONSTANTPROPAGATION_H
|
|
#define COMPILER_CONSTANTPROPAGATION_H
|
|
|
|
#include "compiler/common.h"
|
|
|
|
extern int propagatedconstants;
|
|
|
|
extern void propagateconstants(void);
|
|
|
|
#endif
|