--- gforth/engine/engine.c 2003/03/09 15:17:03 1.61 +++ gforth/engine/engine.c 2003/08/01 08:11:26 1.62 @@ -156,7 +156,7 @@ extern int gforth_memcmp(const char * s1 # define CPU_DEP1 0 #endif -/* instructions containing these must be the last instruction of a +/* instructions containing SUPER_END must be the last instruction of a super-instruction (e.g., branches, EXECUTE, and other instructions ending the basic block). Instructions containing SET_IP get this automatically, so you usually don't have to write it. If you have