about summary refs log tree commit diff
path: root/stdlib/labs.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/labs.c')
-rw-r--r--stdlib/labs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stdlib/labs.c b/stdlib/labs.c
index c54339f02b..3fcef26df9 100644
--- a/stdlib/labs.c
+++ b/stdlib/labs.c
@@ -23,7 +23,6 @@ Cambridge, MA 02139, USA.  */
 
 
 /* Return the absolute value of I.  */
-__CONSTVALUE
 long int
 DEFUN(labs, (i), long int i)
 {