X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/9190005e32c6151b76ac707b30eeb4d5d9dd1d36..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 }