2002-09-20 David Carlton <carlton@math.stanford.edu>

* c-lang.c: #include "gdb_string.h"
This commit is contained in:
David Carlton 2002-09-20 17:37:11 +00:00
parent 0ec499f72c
commit a15ef5f5e3
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-09-20 David Carlton <carlton@math.stanford.edu>
* c-lang.c: #include "gdb_string.h"
2002-09-20 Fernando Nasser <fnasser@redhat.com>
From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>

View File

@ -30,6 +30,7 @@
#include "macroscope.h"
#include "gdb_assert.h"
#include "charset.h"
#include "gdb_string.h"
extern void _initialize_c_language (void);
static void c_emit_char (int c, struct ui_file * stream, int quoter);