mirror of https://git.wuffs.org/MWCC
12 lines
212 B
C
12 lines
212 B
C
|
#ifndef COMPILER_GCCINLINEASM_H
|
||
|
#define COMPILER_GCCINLINEASM_H
|
||
|
|
||
|
#include "compiler/common.h"
|
||
|
|
||
|
extern void InlineAsm_SkipComment();
|
||
|
extern void InlineAsm_gcc_parse(void);
|
||
|
|
||
|
extern Statement *first_ST_ASM;
|
||
|
|
||
|
#endif
|