X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Falloc.h;h=79a6a97e6b14af329eac3516c92fddb0694e81a0;hb=ea16e1238bfd173fcf5650ddfba180f1c8e1db30;hp=0f4492e391898342363b1df9ad4be672022cedb3;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp-builds.git diff --git a/src/libpspp/alloc.h b/src/libpspp/alloc.h index 0f4492e3..79a6a97e 100644 --- a/src/libpspp/alloc.h +++ b/src/libpspp/alloc.h @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 1997-9, 2000 Free Software Foundation, Inc. - Written by Ben Pfaff . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -28,7 +27,7 @@ void *nmalloc (size_t n, size_t s); /* alloca() wrapper functions. */ -#if defined (HAVE_ALLOCA) || defined (C_ALLOCA) +#if defined HAVE_ALLOCA || defined C_ALLOCA #ifdef HAVE_ALLOCA_H #include #endif