X-Git-Url: https://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/14d4661c819309db4334fe7e82783a44ec6b0417..2b264b316a57c96282aa68b65b7e1d2441c2a0c3:/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