X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/b3ad2602f4c6a2236081ed2d913d4e03892182a6..81dfa5e08883473e73d981e38722533b386c7810:/csrc/pf_guts.h diff --git a/csrc/pf_guts.h b/csrc/pf_guts.h index 425f226..0666108 100644 --- a/csrc/pf_guts.h +++ b/csrc/pf_guts.h @@ -279,6 +279,8 @@ enum cforth_primitive_ids /* Added to support 64 bit operation. */ ID_CELL, ID_CELLS, + /* DELETE-FILE */ + ID_FILE_DELETE, /* If you add a word here, take away one reserved word below. */ #ifdef PF_SUPPORT_FP /* Only reserve space if we are adding FP so that we can detect @@ -297,7 +299,6 @@ enum cforth_primitive_ids ID_RESERVED11, ID_RESERVED12, ID_RESERVED13, - ID_RESERVED14, ID_FP_D_TO_F, ID_FP_FSTORE, ID_FP_FTIMES,