diff options
author | Fred Fish <fnf@specifix.com> | 1996-04-05 04:22:08 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-04-05 04:22:08 +0000 |
commit | 72ae15f6b0b419e5bb334a232f00f5710e8597ba (patch) | |
tree | 876ae6825109279adddc5811d37c6f7fb8e86d07 /gdb/m2-exp.y | |
parent | ab1aa5cd6cd1e18814c20c8801e989fc260b8ee9 (diff) | |
download | gdb-72ae15f6b0b419e5bb334a232f00f5710e8597ba.zip gdb-72ae15f6b0b419e5bb334a232f00f5710e8597ba.tar.gz gdb-72ae15f6b0b419e5bb334a232f00f5710e8597ba.tar.bz2 |
* configure.in: Check for setpgid function.
* config.in: Regenerate with autoheader.
* configure: Regenerate with autoconf.
* inflow.c (_initialize_inflow): Only try to use _SC_JOB_CONTROL
if it is actually defined.
(gdb_setpgid): Use HAVE_SETPGID.
* ch-exp.c: Change include of <string.h> to "gdb_string.h".
* c-exp.y: Ditto.
* f-exp.y: Ditto.
* m2-exp.y: Ditto.
* c-exp.y: Include <ctype.h>.
* serial.c: Ditto.
* config/m68k/nm-news.h: Add typedef for pid_t which is
apparently missing from <sys/types.h>. Enclose entire
file in NM_NEWS_H ifndef and define when included.
* config/mips/nm-news-mips.h: Ditto.
* config/m68k/tm-m68k.h (REGISTER_CONVERT_TO_VIRTUAL,
REGISTER_CONVERT_TO_RAW): Change name of temporary variable.
Diffstat (limited to 'gdb/m2-exp.y')
-rw-r--r-- | gdb/m2-exp.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/m2-exp.y b/gdb/m2-exp.y index f207b24..08a11ce 100644 --- a/gdb/m2-exp.y +++ b/gdb/m2-exp.y @@ -40,7 +40,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ %{ #include "defs.h" -#include <string.h> +#include "gdb_string.h" #include "expression.h" #include "language.h" #include "value.h" |