X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Falloc.h;h=c1148413f3bf7e66b372be33aa587209d9a212dd;hb=64f58bbdab17e4a09b725e713f4f82f567f44076;hp=b1b1cc5ea249ea7fb43ac30379352bead32c76f0;hpb=06f9ee45954e5e71fa7f6262dbf37defa1dbf996;p=pspp-builds.git diff --git a/src/alloc.h b/src/alloc.h index b1b1cc5e..c1148413 100644 --- a/src/alloc.h +++ b/src/alloc.h @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ #if !alloc_h #define alloc_h 1 @@ -23,10 +23,7 @@ #include /* malloc() wrapper functions. */ -void *xmalloc (size_t size); -void *xcalloc (size_t size); -void *xrealloc (void *ptr, size_t size); -char *xstrdup (const char *s); +#include "xalloc.h" void out_of_memory (void) NO_RETURN; /* alloca() wrapper functions. */