[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: g_basic.c



  User: peterb  
  Date: 07/06/02 12:33:35

  Modified:    .        g_basic.c
  Log:
  Improve Guile configure checks & remove 1.4 compat. code.
  
  
  
  Removes compatibility code for Guile 1.4, and makes configure scripts
  
  check for actual Guile version.
  
  
  
  
  Revision  Changes    Path
  1.13                 eda/geda/gaf/libgeda/src/g_basic.c
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: g_basic.c
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/src/g_basic.c,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- g_basic.c	15 Jul 2006 17:00:51 -0000	1.12
  +++ g_basic.c	2 Jun 2007 16:33:35 -0000	1.13
  @@ -77,11 +77,7 @@
   			eof_found = 1;
   		} else {
   			most_recently_read_form = form;
  -#ifdef HAVE_SCM_EVAL_X_MODULE
     			scm_eval_x (form, scm_current_module() );
  -#else
  -			scm_eval_x (form);
  -#endif
   		}
   	}
   
  
  
  


_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs