diff options
Diffstat (limited to 'stdlib/abs.c')
-rw-r--r-- | stdlib/abs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stdlib/abs.c b/stdlib/abs.c index b8db100b41..01cb7b331c 100644 --- a/stdlib/abs.c +++ b/stdlib/abs.c @@ -22,7 +22,6 @@ Cambridge, MA 02139, USA. */ #undef abs /* Return the absolute value of I. */ -__CONSTVALUE int DEFUN(abs, (i), int i) { |