X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/77f603e7a5d5b01af482c34c2eae7e563bd17583..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;