From 58535a23e79b51eab6adcbec834c92db5e735c69 Mon Sep 17 00:00:00 2001 From: Tom Wood Date: Tue, 4 Aug 1992 19:16:56 +0000 Subject: [PATCH] (USING_SVR3_H): Define. From-SVN: r1765 --- gcc/config/svr3.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/config/svr3.h b/gcc/config/svr3.h index bc648caa4d8..9f8ddc1530b 100644 --- a/gcc/config/svr3.h +++ b/gcc/config/svr3.h @@ -39,6 +39,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. appropriate define for the type of hardware that you are targeting. */ +/* Define a symbol indicating that we are using svr3.h. */ +#define USING_SVR3_H + /* Define a symbol so that libgcc* can know what sort of operating environment and assembler syntax we are targeting for. */ #define SVR3_target -- 2.30.2