Skip to content
Snippets Groups Projects
Commit e1ee3104 authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Fixed (an old) typo.

Rev: src/block_alloc_h.h:1.16
parent f837d042
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
|| This file is part of Pike. For copyright information see COPYRIGHT. || This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information. || for more information.
|| $Id: block_alloc_h.h,v 1.15 2002/11/24 22:41:55 mast Exp $ || $Id: block_alloc_h.h,v 1.16 2002/11/25 00:19:46 mast Exp $
*/ */
#undef BLOCK_ALLOC #undef BLOCK_ALLOC
...@@ -36,7 +36,7 @@ void PIKE_CONCAT3(init_,DATA,_hash)(void); \ ...@@ -36,7 +36,7 @@ void PIKE_CONCAT3(init_,DATA,_hash)(void); \
void PIKE_CONCAT3(exit_,DATA,_hash)(void); \ void PIKE_CONCAT3(exit_,DATA,_hash)(void); \
#define PTR_HASH_ALLOC_FIXED(DATA,BSIZE) \ #define PTR_HASH_ALLOC_FIXED(DATA,BSIZE) \
PTR_ALLOC(DATA,BSIZE); PTR_HASH_ALLOC(DATA,BSIZE);
#define BLOCK_ALLOC_FILL_PAGES(DATA,PAGES) BLOCK_ALLOC(DATA, n/a) #define BLOCK_ALLOC_FILL_PAGES(DATA,PAGES) BLOCK_ALLOC(DATA, n/a)
#define PTR_HASH_ALLOC_FILL_PAGES(DATA,PAGES) PTR_HASH_ALLOC(DATA, n/a) #define PTR_HASH_ALLOC_FILL_PAGES(DATA,PAGES) PTR_HASH_ALLOC(DATA, n/a)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment