diff options
Diffstat (limited to 'gdb/ch-lang.c')
-rw-r--r-- | gdb/ch-lang.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/ch-lang.c b/gdb/ch-lang.c index c54e8bb..d151749 100644 --- a/gdb/ch-lang.c +++ b/gdb/ch-lang.c @@ -26,6 +26,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "language.h" #include "ch-lang.h" +extern void _initialize_chill_language PARAMS ((void)); + static value_ptr evaluate_subexp_chill PARAMS ((struct type *, struct expression *, int *, enum noside)); |