Deleted Added
full compact
ficl.h (40989) ficl.h (42634)
1/*******************************************************************
2** f i c l . h
3** Forth Inspired Command Language
4** Author: John Sadler (john_sadler@alum.mit.edu)
5** Created: 19 July 1997
6**
7*******************************************************************/
8/*

--- 747 unchanged lines hidden (view full) ---

756void ficlCompileSoftCore(FICL_VM *pVM);
757
758/*
759** from words.c...
760*/
761void constantParen(FICL_VM *pVM);
762void twoConstParen(FICL_VM *pVM);
763
1/*******************************************************************
2** f i c l . h
3** Forth Inspired Command Language
4** Author: John Sadler (john_sadler@alum.mit.edu)
5** Created: 19 July 1997
6**
7*******************************************************************/
8/*

--- 747 unchanged lines hidden (view full) ---

756void ficlCompileSoftCore(FICL_VM *pVM);
757
758/*
759** from words.c...
760*/
761void constantParen(FICL_VM *pVM);
762void twoConstParen(FICL_VM *pVM);
763
764#ifdef __i386__
765extern void pc_fetch(FICL_VM *pVM);
766extern void pc_store(FICL_VM *pVM);
767#endif
768
764#ifdef __cplusplus
765}
766#endif
767
768#endif /* __FICL_H__ */
769#ifdef __cplusplus
770}
771#endif
772
773#endif /* __FICL_H__ */