From 7848c238063060437df850020d3c041b93c22ecc Mon Sep 17 00:00:00 2001 From: "Loren J. Rittle" Date: Tue, 17 Apr 2001 23:49:43 +0000 Subject: * dbxout.c (N_OPT): Define if not available from From-SVN: r41395 --- gcc/dbxout.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gcc/dbxout.c') diff --git a/gcc/dbxout.c b/gcc/dbxout.c index 75bcbdc..4b58f0e 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -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__ -- cgit v1.1