commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/geas/src Makefile.am dataobject.c


From: Reinhard Mueller
Subject: gnue/geas/src Makefile.am dataobject.c
Date: Wed, 25 Jul 2001 12:57:06 -0700

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Reinhard Mueller <address@hidden>       01/07/25 12:57:06

Modified files:
        geas/src       : Makefile.am dataobject.c 

Log message:
        Fixed another compiler warning, and fixed comments in Makefile.am

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/geas/src/Makefile.am.diff?tr1=1.39&tr2=1.40&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/geas/src/dataobject.c.diff?tr1=1.59&tr2=1.60&r1=text&r2=text

Patches:
Index: gnue/geas/src/Makefile.am
diff -u gnue/geas/src/Makefile.am:1.39 gnue/geas/src/Makefile.am:1.40
--- gnue/geas/src/Makefile.am:1.39      Tue Jun 12 15:22:22 2001
+++ gnue/geas/src/Makefile.am   Wed Jul 25 12:57:05 2001
@@ -1,4 +1,4 @@
-## $Id: Makefile.am,v 1.39 2001/06/12 22:22:22 reinhard Exp $
+## $Id: Makefile.am,v 1.40 2001/07/25 19:57:05 reinhard Exp $
 
 SUBDIRS        = config objectstore oql objectcache methods datamonitor
 
@@ -95,8 +95,8 @@
 ## ----------------------------------------------------------------------------
 
 CLEANFILES = *.ior *.pid *.log
-## BUILT_SOURCES may not be cleaned. Subdirectories methods and objectcache
-## wouldn't compile any more afterwards.
+## BUILT_SOURCES may not be cleaned. Subdirectory methods wouldn't compile any
+## more afterwards.
 
 ## ----------------------------------------------------------------------------
 
@@ -131,9 +131,9 @@
 ## ----------------------------------------------------------------------------
 
 ## FIXME: ORBit built sources should not be included in the distribution.
-## But sources in the subdirectories methods and objectcache depend on geas.h,
-## and they are compiled before this directory. So we must include geas.h
-## in the distribution. And it doesn't make sense to include geas.h but not
-## the other built sources.
+## But sources in the subdirectory methods depend on geas.h, and they are
+## compiled before this directory. So we must include geas.h in the
+## distribution. And it doesn't make sense to include geas.h but not the other
+## built sources.
 ## dist-hook:
 ##     cd ${distdir}; rm -f ${BUILT_SOURCES}
Index: gnue/geas/src/dataobject.c
diff -u gnue/geas/src/dataobject.c:1.59 gnue/geas/src/dataobject.c:1.60
--- gnue/geas/src/dataobject.c:1.59     Wed Jul 25 10:48:24 2001
+++ gnue/geas/src/dataobject.c  Wed Jul 25 12:57:05 2001
@@ -19,7 +19,7 @@
    along with this program; if not, write to the Free Software Foundation,
    Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
    
-   $Id: dataobject.c,v 1.59 2001/07/25 17:48:24 reinhard Exp $
+   $Id: dataobject.c,v 1.60 2001/07/25 19:57:05 reinhard Exp $
    
 */
 
@@ -1137,7 +1137,7 @@
   /* display arguments */
   if (debuglevel >= DEBUGLEVEL_HIGH)
     {
-      int i;
+      unsigned int i;
 
       for (i = 0; i < args->_length; i++)
         debug_output (DEBUGLEVEL_ALWAYS, "Arg %2d: %s", i, args->_buffer[i]);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]