Rev 2 |
Blame |
Compare with Previous |
Last modification |
View Log
| Download
| RSS feed
/* $Header: c:\\cygwin\\cvsroot/Vert03/vertlib/compile_dummy_expr.c,v 1.1.1.1 2003/11/04 23:34:57 mjames Exp $
* $RCSid$
* $File$
*
* $Log: compile_dummy_expr.c,v $
* Revision 1.1.1.1 2003/11/04 23:34:57 mjames
* Imported into local repositrory
*
* Revision 1.1 2002/10/02 19:37:30 MJAMES
* Moved dummy functions to a separate support file.
*
* Used correct number of arguments to define_pin
*
*/
#include <stdio.h>
#include "expression.h"
#include "generic.h"
#include "database.h"
expression_t * compile_expression_from_string(char * s)
{
return NULL;
}
/* dummy functions */
void tidy_lex(void)
{
}