From 49634cde481046798cf98c775317df99a5cade05 Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Sat, 4 Mar 2000 00:11:40 +0000 Subject: cppinit.c (cpp_handle_option): Set opts->pedantic directly. * cppinit.c (cpp_handle_option): Set opts->pedantic directly. * cpplib.h: Delete SET_CPP_PEDANTIC. From-SVN: r32318 --- gcc/cpplib.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/cpplib.h') diff --git a/gcc/cpplib.h b/gcc/cpplib.h index 5a69064..85d0744 100644 --- a/gcc/cpplib.h +++ b/gcc/cpplib.h @@ -514,8 +514,6 @@ struct cpp_options { #define CPP_PEDANTIC(PFILE) \ (CPP_OPTIONS (PFILE)->pedantic && !CPP_BUFFER (pfile)->system_header_p) -#define SET_CPP_PEDANTIC(PFILE) (CPP_OPTIONS (PFILE)->pedantic = 1) - /* List of directories to look for include files in. */ struct file_name_list { -- cgit v1.1