blob: 0b6138412107006c979817a11fe7e7ec5dcffdfe (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#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
|