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 | 0609eb57331caac718ea7cc15b3f041f63698435 (patch) | |
tree | 69da9d9e9997158f05a135c6d70d513c80cc548f /gas/cgen.h | |
parent | c9f63e6b7f8ba215d45916aa96ec9d5ef06d2c66 (diff) | |
download | gdb-0609eb57331caac718ea7cc15b3f041f63698435.zip gdb-0609eb57331caac718ea7cc15b3f041f63698435.tar.gz gdb-0609eb57331caac718ea7cc15b3f041f63698435.tar.bz2 |
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
@@ -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 */ |