X-Git-Url: https://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/1cb310e62eaf4422ee298d9d87c35f9dd6b4c71c..c1b0551debcb415cbc9fc976d011998d9f14759b:/csrc/pf_types.h diff --git a/csrc/pf_types.h b/csrc/pf_types.h index 52ad9f7..95c8e3c 100644 --- a/csrc/pf_types.h +++ b/csrc/pf_types.h @@ -27,8 +27,6 @@ typedef long Err; #endif -typedef cell_t *dicptr; - typedef char ForthString; typedef char *ForthStringPtr;