blob: 18e24d0827db4660fdb0222f58f7c6ed746b3790 (
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(void);
extern void InlineAsm_gcc_parse(void);
extern Statement *first_ST_ASM;
#endif
|