/** * Title: Interpreting the input stream * Version: 0.6.8 * File: interpreting-ext.h * Author: David N. Williams * License: LGPL * Last revision: August 26, 2006 * * Copyright (C) 2001, 2002, 2004, 2006 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 Library General Public License for more * details. * * You should have received a copy of the GNU Lesser General * Public License along with this library; if not, write to the * Free Software Foundation, 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA. * * If you take advantage of the option in the LGPL to put a * particular version of this library under the GPL, the author * would regard it as polite if you would put any direct * modifications under the LGPL as well, and include a copy of * this request near the beginning of the modified library * source. A "direct modification" is one that enhances or * extends the library in line with its original concept, as * opposed to developing a distinct application or library which * might use it. */ #ifndef _PFE_INTERPRETING_EXT_H #define _PFE_INTERPRETING_EXT_H /*********************** Functions and Words ***********************/ FCode (dw_set_interp); FCode (dw_eval_star); FCode (dw_evaluate_with); _export void dw_include_file_with (p4_File *fid, p4xt xt); FCode (dw_include_file_with); _export int dw_included1_with (const p4_char_t *name, int len, p4xt xt, int throws); FCode (dw_included_with); #endif /* ndef _PFE_INTERPRETING_EXT_H */