diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-16 20:54:13 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-16 20:54:13 +0000 |
commit | 7a9ce57163172557d6ba41119a5a3b2837dbbc8e (patch) | |
tree | 5914571dad6d19204053b8c03bed77a21f1973fa /Xalloca.h | |
parent | 825b6ae347b3896b8ea38e6021170d45ae3bfd65 (diff) |
Guard INCLUDE_ALLOCA_H define to end redefinition warnings.
Diffstat (limited to 'Xalloca.h')
-rw-r--r-- | Xalloca.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -61,8 +61,10 @@ from The Open Group. #ifndef XALLOCA_H #define XALLOCA_H 1 -#if defined(__SUNPRO_C) /* Need to add more here to match Imake *.cf's */ -# define INCLUDE_ALLOCA_H +#ifndef INCLUDE_ALLOCA_H +# if defined(__SUNPRO_C) /* Need to add more here to match Imake *.cf's */ +# define INCLUDE_ALLOCA_H +# endif #endif #ifdef INCLUDE_ALLOCA_H |