X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/d71efe1792a1414a5b102ae8e69f3913c70aa8b0..49295627b371a3479ded25c6bf32ad139652ecfd:/csrc/pf_guts.h diff --git a/csrc/pf_guts.h b/csrc/pf_guts.h index 5aa4a70..a55d857 100644 --- a/csrc/pf_guts.h +++ b/csrc/pf_guts.h @@ -462,7 +462,7 @@ typedef struct IncludeFrame extern "C" { #endif -int pfCatch( ExecToken XT ); +ThrowCode pfCatch( ExecToken XT ); #ifdef __cplusplus }