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