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

gEDA-cvs: CVS update: g_rc.nw



  User: danmc   
  Date: 05/02/18 17:26:48

  Modified:    .        g_rc.nw
  Log:
  remove a static declaration to match prototype in prototype.h
  
  
  Revision  Changes    Path
  1.11      +3 -3      eda/geda/devel/libgeda/noweb/g_rc.nw
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: g_rc.nw
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/libgeda/noweb/g_rc.nw,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- g_rc.nw	18 Feb 2005 02:58:26 -0000	1.10
  +++ g_rc.nw	18 Feb 2005 22:26:48 -0000	1.11
  @@ -186,7 +186,7 @@
   @end defun
   
   <<g_rc.c : g_rc_parse_system_rc()>>=
  -static gint
  +gint
   g_rc_parse_system_rc(TOPLEVEL *w_current, const gchar *rcname)
   {
     const gchar *geda_data = g_getenv ("GEDADATA");
  @@ -234,7 +234,7 @@
   @end defun
   
   <<g_rc.c : g_rc_parse_home_rc()>>=
  -static gint
  +gint
   g_rc_parse_home_rc(TOPLEVEL *w_current, const gchar *rcname)
   {
     const gchar *home = g_getenv ("HOME");
  @@ -283,7 +283,7 @@
   @end defun
   
   <<g_rc.c : g_rc_parse_local_rc()>>=
  -static gint
  +gint
   g_rc_parse_local_rc(TOPLEVEL *w_current, const gchar *rcname)
   {
     gint found_rc;