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

gEDA-cvs: CVS update: defines.h



  User: danmc   
  Date: 05/02/13 21:17:35

  Modified:    .        defines.h
  Log:
  put back scm_makfrom0str().  It is scm_makfromstr() which was deprecated,
  
  scm_makfrom0str() is still ok.  Suggested by Patrick Bernaud.
  
  
  
  
  Revision  Changes    Path
  1.44      +0 -3      eda/geda/devel/libgeda/include/defines.h
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: defines.h
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/libgeda/include/defines.h,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -b -r1.43 -r1.44
  --- defines.h	8 Feb 2005 22:26:16 -0000	1.43
  +++ defines.h	14 Feb 2005 02:17:34 -0000	1.44
  @@ -355,7 +355,4 @@
   #define M_PI  3.14159265358979323846
   #endif
   
  -/* why guile doesn't come with this, I don't know */
  -#define MEM02STR(x) scm_mem2string((x), strlen(x))
  -
   #endif