aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/include/Xalloca.h
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-11-15 22:03:39 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-02-08 22:40:47 +0100
commit2d45d8d805df95f7277d333e026a008dbd07f479 (patch)
tree475cc03ee829d2c5e8642901404094737b6041f2 /nx-X11/include/Xalloca.h
parentc6250a86468b1c2c23d41b27c4d6e438518ec917 (diff)
downloadnx-libs-2d45d8d805df95f7277d333e026a008dbd07f479.tar.gz
nx-libs-2d45d8d805df95f7277d333e026a008dbd07f479.tar.bz2
nx-libs-2d45d8d805df95f7277d333e026a008dbd07f479.zip
drop platform support: unifdef sgi.
Relates to ArcticaProject/nx-libs#275.
Diffstat (limited to 'nx-X11/include/Xalloca.h')
-rw-r--r--nx-X11/include/Xalloca.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/nx-X11/include/Xalloca.h b/nx-X11/include/Xalloca.h
index 348a7bc2d..ef1bf7b96 100644
--- a/nx-X11/include/Xalloca.h
+++ b/nx-X11/include/Xalloca.h
@@ -109,14 +109,12 @@ from The Open Group.
* decide that you don't want to use alloca, you might want to fix it here.
*/
/* alloca might be a macro taking one arg (hi, Sun!), so give it one. */
-# ifndef __sgi /* IRIX 5/6 has definition */
# define __Xnullarg /* as nothing */
# ifndef X_NOT_STDC_ENV
extern void *alloca(__Xnullarg);
# else
extern char *alloca(__Xnullarg);
# endif
-# endif /* __sgi */
# define ALLOCATE_LOCAL(size) alloca((int)(size))
# endif /* who does alloca */
# endif /* NCR */