aboutsummaryrefslogtreecommitdiff
path: root/gcc/stor-layout.c
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2000-01-02 19:38:36 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2000-01-02 19:38:36 +0000
commit13799af323ca20c344c7b62ccc766b4bf5fc589f (patch)
treee76db0849b346c72e6f810e20541169d9cd69a54 /gcc/stor-layout.c
parent0db5adc6fb11ea4294f557776fdcbf2f8ae57fbf (diff)
downloadgcc-13799af323ca20c344c7b62ccc766b4bf5fc589f.zip
gcc-13799af323ca20c344c7b62ccc766b4bf5fc589f.tar.gz
gcc-13799af323ca20c344c7b62ccc766b4bf5fc589f.tar.bz2
system.h (CEIL): Define.
* system.h (CEIL): Define. * builtins.c (CEIL): Remove. * expmed.c (CEIL): Likewise. * expr.c (CEIL): Likewise. * stor-layout.c (CEIL): Likewise. From-SVN: r31167
Diffstat (limited to 'gcc/stor-layout.c')
-rw-r--r--gcc/stor-layout.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c
index 9cddc53..9eeb409 100644
--- a/gcc/stor-layout.c
+++ b/gcc/stor-layout.c
@@ -30,8 +30,6 @@ Boston, MA 02111-1307, USA. */
#include "toplev.h"
#include "ggc.h"
-#define CEIL(x,y) (((x) + (y) - 1) / (y))
-
/* Data type for the expressions representing sizes of data types.
It is the first integer type laid out. */