Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
11 | mjames | 1 | /* $Header: c:\\cygwin\\cvsroot/Vert03/vertlib/compile_dummy_expr.c,v 1.1.1.1 2003/11/04 23:34:57 mjames Exp $ |
2 | * $RCSid$ |
||
3 | * $File$ |
||
2 | mjames | 4 | * |
5 | * $Log: compile_dummy_expr.c,v $ |
||
6 | * Revision 1.1.1.1 2003/11/04 23:34:57 mjames |
||
7 | * Imported into local repositrory |
||
8 | * |
||
9 | * Revision 1.1 2002/10/02 19:37:30 MJAMES |
||
10 | * Moved dummy functions to a separate support file. |
||
11 | * |
||
12 | * Used correct number of arguments to define_pin |
||
11 | mjames | 13 | * |
2 | mjames | 14 | */ |
11 | mjames | 15 | #include <stdio.h> |
2 | mjames | 16 | #include "expression.h" |
17 | #include "generic.h" |
||
11 | mjames | 18 | #include "database.h" |
2 | mjames | 19 | |
11 | mjames | 20 | expression_t * compile_expression_from_string(char * s) |
21 | { |
||
22 | return NULL; |
||
23 | } |
||
24 | |||
25 | |||
26 | /* dummy functions */ |
||
27 | void tidy_lex(void) |
||
28 | { |
||
29 | } |
||
2 | mjames | 30 |