]> gcc.gnu.org Git - gcc.git/commitdiff
* expr.h (const): Delete.
authorDoug Evans <dje@gnu.org>
Mon, 15 Apr 1996 17:57:27 +0000 (17:57 +0000)
committerDoug Evans <dje@gnu.org>
Mon, 15 Apr 1996 17:57:27 +0000 (17:57 +0000)
From-SVN: r11792

gcc/expr.h

index 104ec0355864599aeadf3fb65605ff2ff68e5864..beec484a60d7d74a8f3a572276ab2f988d121409 100644 (file)
@@ -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
This page took 0.052817 seconds and 5 git commands to generate.