Subversion Repositories Vertical

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 mjames 1
/* $Header: c:\\cygwin\\cvsroot/Vert03/compile_expr_dummy.c,v 1.1.1.1 2003/11/04 23:34:56
2
 * mjames Exp $ $RCSid$ $File$
3
 *
4
 * $Log: compile_expr_dummy.c,v $
5
 * Revision 1.1.1.1  2003/11/04 23:34:56  mjames
6
 * Imported into local repositrory
7
 *
8
 */
9
 
10
#include "expression.h"
11
 
12
expression_t *compile_expression_from_string (char *s)
13
{
14
}