Diff for /parser3/src/main/compile.C between versions 1.51 and 1.53

version 1.51, 2001/10/19 12:43:30 version 1.53, 2001/11/05 11:46:26
Line 2 Line 2
         Parser: compiler part of request class.          Parser: compiler part of request class.
   
         Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com)          Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com)
         Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf)          Author: Alexander Petrosyan <paf@design.ru> (http://paf.design.ru)
   
         $Id$          $Id$
 */  */
Line 14 Line 14
 #include "compile_tools.h"  #include "compile_tools.h"
 #include "pa_exception.h"  #include "pa_exception.h"
   
 #include <stdio.h>  
   
 extern int yydebug;  extern int yydebug;
 extern int yyparse (void *);  extern int yyparse (void *);
   

Removed from v.1.51  
changed lines
  Added in v.1.53


E-mail: