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

gEDA-cvs: CVS update: tool.c



  User: ahvezda 
  Date: 05/03/13 22:43:12

  Modified:    .        tool.c
  Log:
  Removed gtk+ 1.2.x tests from configure.ac files.  Minor symbol tweaks.
  
  
  
  
  Revision  Changes    Path
  1.7       +5 -2      eda/geda/devel/geda/src/tool.c
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: tool.c
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/geda/src/tool.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- tool.c	12 Feb 2005 22:06:03 -0000	1.6
  +++ tool.c	14 Mar 2005 03:43:12 -0000	1.7
  @@ -1,4 +1,4 @@
  -/* $Id: tool.c,v 1.6 2005/02/12 22:06:03 danmc Exp $ */
  +/* $Id: tool.c,v 1.7 2005/03/14 03:43:12 ahvezda Exp $ */
   
   /*******************************************************************************/
   /*                                                                             */
  @@ -141,7 +141,10 @@
   	EXT_OUT,
   	EXT_GW,
   	EXT_V,
  -	EXT_VVP,
  +	/* Commenting out this enum as it is not used anywhere else */
  +	/* and it seemed to cause a crash for certain users.  Identified by */
  +  	/* Werner Hoch */	
  +	/* EXT_VVP, */  
   	EXT_VCD,
   	EXT_VHD,
   	EXT_DRC,