X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/1cb310e62eaf4422ee298d9d87c35f9dd6b4c71c..2bfdc82f9e73c8393d2853968db5b0b82e7537d5:/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;