Difference for common/loader.l from version 1.79 to 1.80


version 1.79 version 1.80
Line 1
 
Line 1
 %{  %{
 /*  /*
  * static char *rcsid_object_c =   * static char *rcsid_object_c =
  *   "$Id: loader.l,v 1.79 2006/05/18 05:27:43 mwedel Exp $";   *   "$Id: loader.l,v 1.80 2006/05/21 12:37:11 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 39
 
Line 39
   
 #define YY_DECL int lex_load(object *op, int map_flags)  #define YY_DECL int lex_load(object *op, int map_flags)
   
 static char *yval();  static char *yval(void);
   
 static int lex_error;  static int lex_error;
 static char msgbuf[HUGE_BUF];  static char msgbuf[HUGE_BUF];


Legend:
line(s) removed in v.1.79 
line(s) changed
 line(s) added in v.1.80

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:11