Subversion Repositories Vertical

Rev

Rev 2 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  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$
  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
  13.  *
  14.  */
  15. #include <stdio.h>
  16. #include "expression.h"
  17. #include "generic.h"
  18. #include "database.h"
  19.  
  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.   }
  30.  
  31.