diff options
author | Nick Clifton <nickc@redhat.com> | 2001-12-17 19:50:31 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-12-17 19:50:31 +0000 |
commit | dd3abb1be0f46e440dd2fe8d6c0c9b77a49f8260 (patch) | |
tree | f0d5e05f0e36e5db4435128169dc4c9b42f31537 /gas/cgen.h | |
parent | d8053e113640c2c891115b248240b56fe0c3fce7 (diff) | |
download | binutils-redhat-dd3abb1be0f46e440dd2fe8d6c0c9b77a49f8260.tar.gz |
Fix compile time warning messages.
Diffstat (limited to 'gas/cgen.h')
-rw-r--r-- | gas/cgen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/cgen.h b/gas/cgen.h index 94ff670a1b..97cd38d61e 100644 --- a/gas/cgen.h +++ b/gas/cgen.h @@ -96,4 +96,6 @@ md_cgen_record_fixup_exp PARAMS ((fragS *, int, const CGEN_INSN *, int, const CGEN_OPERAND *, int, expressionS *)); +extern void gas_cgen_md_operand PARAMS ((expressionS *)); + #endif /* GAS_CGEN_H */ |