Subversion Repositories Vertical

Rev

Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 9
Line 14... Line 14...
14
 *
14
 *
15
 * exported functions from the Lexer for Vertical
15
 * exported functions from the Lexer for Vertical
16
 *
16
 *
17
 */
17
 */
18
 
18
 
-
 
19
#pragma once
19
#ident                                                                                        \
20
#ident                                                                                        \
20
    "$Header: c:\\cygwin\\cvsroot/Vert03/acf_src/acf_lex_ext.h,v 1.1.1.1 2003/11/04 23:34:58 mjames Exp $"
21
    "$Header: c:\\cygwin\\cvsroot/Vert03/acf_src/acf_lex_ext.h,v 1.1.1.1 2003/11/04 23:34:58 mjames Exp $"
21
 
-
 
-
 
22
#include <stdio.h>
-
 
23
#include "expression.h" 
22
extern expression_t *cmd_expression;
24
extern expression_t *cmd_expression;
23
 
25
 
24
/* this compiles an expression from the string given, creating variables as needed */
26
/* this compiles an expression from the string given, creating variables as needed */
25
extern expression_t *compile_expression_from_string (char *s);
27
extern expression_t *compile_expression_from_string (char *s);