about summary refs log tree commit diff
path: root/stdlib/div.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/div.c')
-rw-r--r--stdlib/div.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stdlib/div.c b/stdlib/div.c
index 5a0ee7da38..51f5e35e71 100644
--- a/stdlib/div.c
+++ b/stdlib/div.c
@@ -57,7 +57,6 @@ Cambridge, MA 02139, USA.  */
 
 
 /* Return the `div_t' representation of NUMER over DENOM.  */
-__CONSTVALUE
 div_t
 DEFUN(div, (numer, denom), int numer AND int denom)
 {