summaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1996-04-15 17:57:27 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1996-04-15 17:57:27 +0000
commitff488fee4462e2dbdfd2074102eec1fa2cba8f51 (patch)
tree06ead5a15317521d06939164e2edd86902405298 /gcc/expr.h
parent6e4e71c25c39cfecc74c9a94694cb467219362a1 (diff)
downloadgcc-ff488fee4462e2dbdfd2074102eec1fa2cba8f51.tar.gz
* expr.h (const): Delete.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11792 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index 104ec035586..beec484a60d 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -1,5 +1,5 @@
/* Definitions for code generation pass of GNU compiler.
- Copyright (C) 1987, 91, 92, 93, 94, 1995 Free Software Foundation, Inc.
+ Copyright (C) 1987, 91-95, 1996 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -18,13 +18,6 @@ along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-
-#ifndef __STDC__
-#ifndef const
-#define const
-#endif
-#endif
-
/* The default branch cost is 1. */
#ifndef BRANCH_COST
#define BRANCH_COST 1