summaryrefslogtreecommitdiffstats
path: root/gcc/cpperror.c
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-06 07:30:25 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-06 07:30:25 +0000
commit0b60628c82420c707b03666a0659ef0e1a6fc8ff (patch)
tree4302b34cfa658453c0f2005d1fc2b74f7da47536 /gcc/cpperror.c
parente15686f1682b76749419c51f0846d2c319089ebe (diff)
downloadppe42-gcc-0b60628c82420c707b03666a0659ef0e1a6fc8ff.tar.gz
ppe42-gcc-0b60628c82420c707b03666a0659ef0e1a6fc8ff.zip
* cpperror.c: Remove #ifdef EMACS block.
* cppmain.c: Likewise. * cpphash.c: Remove #if 0 blocks. * cppinit.c: Remove #if 0 blocks, and the -lint option. * cpplib.c: Remove #if 0 blocks and code referencing pcp_inside_if or for_lint. Remove duplicate error message. Fix error messages for #else after #else or #elif. Reformat. Remove archaic TODO list. * cpplib.h: Remove pcp_inside_if and for_lint flags. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31817 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cpperror.c')
-rw-r--r--gcc/cpperror.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/gcc/cpperror.c b/gcc/cpperror.c
index d0900e84373..9d504646d02 100644
--- a/gcc/cpperror.c
+++ b/gcc/cpperror.c
@@ -1,5 +1,6 @@
/* Default error handlers for CPP Library.
- Copyright (C) 1986, 87, 89, 92-95, 98, 99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1986, 87, 89, 92-95, 98, 99, 2000
+ Free Software Foundation, Inc.
Written by Per Bothner, 1994.
Based on CCCP program by Paul Rubin, June 1986
Adapted to ANSI C, Richard Stallman, Jan 1987
@@ -22,13 +23,8 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
You are forbidden to forbid anyone else to use, share and improve
what you give them. Help stamp out software-hoarding! */
-#ifndef EMACS
#include "config.h"
#include "system.h"
-#else
-#include <stdio.h>
-#endif /* not EMACS */
-
#include "cpplib.h"
#include "intl.h"
OpenPOWER on IntegriCloud