gnokii-commit
[Top][All Lists]
Advanced

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

CVS: gnokii/include compat.h,1.5,1.6


From: BORBELY Zoltan <address@hidden>
Subject: CVS: gnokii/include compat.h,1.5,1.6
Date: Tue, 02 Apr 2002 20:04:00 -0500

Update of /cvsroot/gnokii/gnokii/include
In directory subversions:/tmp/cvs-serv4874/include

Modified Files:
        compat.h 
Log Message:
Timer operations (e.g. timerisset, timerclear, timercmp, etc) handling improved


Index: compat.h
===================================================================
RCS file: /cvsroot/gnokii/gnokii/include/compat.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** compat.h    29 Mar 2002 20:51:25 -0000      1.5
--- compat.h    3 Apr 2002 01:03:58 -0000       1.6
***************
*** 40,44 ****
  #ifndef       HAVE_TIMEOPS
  
! /* The following code is borrowed from glibc */
  
  /* Convenience macros for operations on timevals.
--- 40,50 ----
  #ifndef       HAVE_TIMEOPS
  
! #undef timerisset
! #undef timerclear
! #undef timercmp
! #undef timeradd
! #undef timersub
! 
! /* The following code is borrowed from glibc, please don't reindent it */
  
  /* Convenience macros for operations on timevals.




reply via email to

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