summaryrefslogtreecommitdiff
path: root/xc/include/Xalloca.h
diff options
context:
space:
mode:
Diffstat (limited to 'xc/include/Xalloca.h')
-rw-r--r--xc/include/Xalloca.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xc/include/Xalloca.h b/xc/include/Xalloca.h
index 5ff0a1485..73a45069f 100644
--- a/xc/include/Xalloca.h
+++ b/xc/include/Xalloca.h
@@ -23,6 +23,7 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
+/* $XFree86: xc/include/Xalloca.h,v 3.8 2000/02/17 14:00:31 dawes Exp $ */
/*
* The purpose of this header is to define the macros ALLOCATE_LOCAL and
@@ -96,7 +97,7 @@ from The Open Group.
* from alloca.h which #defines alloca.
*/
# ifndef NCR
-# if defined(vax) || defined(sun) || defined(apollo) || defined(stellar) || defined(USL) || defined(alloca)
+# if defined(vax) || defined(sun) || defined(apollo) || defined(stellar) || defined(alloca)
/*
* Some System V boxes extract alloca.o from /lib/libPW.a; if you
* decide that you don't want to use alloca, you might want to fix it here.