diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2013-04-29 14:20:19 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2013-04-29 14:20:19 +0000 |
| commit | 393a30af07ec639f5c7b9b23463ea83c819aa7af (patch) | |
| tree | 7109d79c427a5bd60ed141323632e54da5f47e7a /devel/jwasm/files/patch-H__parser.h | |
| parent | - Update to 0.8.4 (diff) | |
- Update to 210
PR: 178158
Submitted by: Ports Fury
Diffstat (limited to 'devel/jwasm/files/patch-H__parser.h')
| -rw-r--r-- | devel/jwasm/files/patch-H__parser.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/jwasm/files/patch-H__parser.h b/devel/jwasm/files/patch-H__parser.h new file mode 100644 index 000000000000..ada5d3a12643 --- /dev/null +++ b/devel/jwasm/files/patch-H__parser.h @@ -0,0 +1,10 @@ +--- H/parser.h.orig ++++ H/parser.h +@@ -302,7 +302,6 @@ + extern ret_code MemtypeFromSize( int, enum memtype * ); + extern int SizeFromRegister( int ); + extern ret_code GetLangType( int *, struct asm_tok[], enum lang_type * ); +-extern void EmitConstError( const struct expr * ); + + extern void sym_add_table( struct symbol_queue *, struct dsym * ); + extern void sym_remove_table( struct symbol_queue *, struct dsym * ); |
