diff options
author | Doug Evans <dje@gnu.org> | 1996-04-15 17:57:27 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1996-04-15 17:57:27 +0000 |
commit | 982c6ee237b191e9065a07d9c2194444ee6d6b1c (patch) | |
tree | 06ead5a15317521d06939164e2edd86902405298 /gcc | |
parent | 6938ca9281610c121ba8c8e65216b7d0e87da862 (diff) | |
download | gcc-982c6ee237b191e9065a07d9c2194444ee6d6b1c.zip gcc-982c6ee237b191e9065a07d9c2194444ee6d6b1c.tar.gz gcc-982c6ee237b191e9065a07d9c2194444ee6d6b1c.tar.bz2 |
* expr.h (const): Delete.
From-SVN: r11792
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/expr.h | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -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 |