X-Git-Url: https://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/14d4661c819309db4334fe7e82783a44ec6b0417..1981b813499b63d5f2c416654197cedfd2887d27:/csrc/pf_core.c diff --git a/csrc/pf_core.c b/csrc/pf_core.c index 3bc115a..872b3a4 100644 --- a/csrc/pf_core.c +++ b/csrc/pf_core.c @@ -75,7 +75,7 @@ static void pfTerm( void ); #define DEFAULT_USER_DEPTH (512) #ifndef PF_DEFAULT_HEADER_SIZE -#define DEFAULT_HEADER_SIZE (120000) +#define PF_DEFAULT_HEADER_SIZE (120000) #endif #ifndef PF_DEFAULT_CODE_SIZE