* dbxout.c (N_OPT): Define if not available from <stab.h>

From-SVN: r41395
This commit is contained in:
Loren J. Rittle 2001-04-17 23:49:43 +00:00 committed by Loren J. Rittle
parent 996f4bb1cd
commit 7848c23806
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2001-04-17 Loren J. Rittle <ljrittle@acm.org>
* dbxout.c (N_OPT): Define if not available from <stab.h>
2001-04-17 John David Anglin <dave@hiauly1.hia.nrc.ca>
* vax.h (PROMOTE_PROTOTYPES): Define for compatibility with system

View file

@ -183,6 +183,11 @@ static int source_label_number = 1;
#ifndef N_CATCH
#define N_CATCH 0x54
#endif
/* This is a Solaris extension we need to reference in this file. */
#ifndef N_OPT
#define N_OPT 0x3c
#endif
#endif
#ifdef __GNU_STAB__