diff options
Diffstat (limited to 'gcc/expr.c')
-rw-r--r-- | gcc/expr.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -43,8 +43,6 @@ Boston, MA 02111-1307, USA. */ #include "ggc.h" #include "tm_p.h" -#define CEIL(x,y) (((x) + (y) - 1) / (y)) - /* Decide whether a function's arguments should be processed from first to last or from last to first. |