/* PFE Extension:  Public types, prototypes, and macros for
                   execution words. 
         Version:  0.6.2
            File:  execution-ext.h
          Author:  David N. Williams
         License:  LGPL
   Last revision:  July 17, 2002

Copyright (C) 2001, 2002 David N. Williams

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later
version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser General Public License for more details.

Please see the file POLITENESS included with this distribution.
*/

#ifndef _PFE_EXECUTION_EXT_H 
#define _PFE_EXECUTION_EXT_H

/*** GLOBAL VARIABLES ***/

extern p4xt p4_pre_abort_vec;

/*** FUNCTIONS AND WORDS ***/

FCode (p4_create_exec);
FCode (p4_paren_i_exec);
FCode (p4_paren_ij_exec);
FCode (p4_isqrt);

#endif	/* ndef _PFE_EXECUTION_EXT_H */