Deleted Added
full compact
ficl.h (42634) ficl.h (42679)
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);
764#if defined(__i386__) && !defined(TESTMAIN)
765extern void ficlOutb(FICL_VM *pVM);
766extern void ficlInb(FICL_VM *pVM);
767#endif
768
769#ifdef __cplusplus
770}
771#endif
772
773#endif /* __FICL_H__ */
767#endif
768
769#ifdef __cplusplus
770}
771#endif
772
773#endif /* __FICL_H__ */