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