[webkit-changes] cvs commit: WebCore/kwq KWQDef.h

Geoffrey ggaren at opensource.apple.com
Tue Jul 5 11:09:39 PDT 2005


ggaren      05/07/05 11:09:38

  Modified:    .        ChangeLog
               kwq      KWQDef.h
  Log:
          -fixed failed build introduced by fix to
          http://bugzilla.opendarwin.org/show_bug.cgi?id=3826
  
          Reviewed by sullivan.
  
          * kwq/KWQDef.h: changed 64 bit typedef to match def in sys/types.h
  
  Revision  Changes    Path
  1.4366    +9 -0      WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.4365
  retrieving revision 1.4366
  diff -u -r1.4365 -r1.4366
  --- ChangeLog	5 Jul 2005 08:22:16 -0000	1.4365
  +++ ChangeLog	5 Jul 2005 18:09:35 -0000	1.4366
  @@ -1,3 +1,12 @@
  +2005-07-05  Geoffrey Garen  <ggaren at apple.com>
  +
  +        -fixed failed build introduced by fix to
  +        http://bugzilla.opendarwin.org/show_bug.cgi?id=3826
  +
  +        Reviewed by sullivan.
  +
  +        * kwq/KWQDef.h: changed 64 bit typedef to match def in sys/types.h
  +
   2005-07-05  Eric Seidel  <eseidel at apple.com>
   
           Reviewed by NOBODY (OOPS!).
  
  
  
  1.15      +1 -1      WebCore/kwq/KWQDef.h
  
  Index: KWQDef.h
  ===================================================================
  RCS file: /cvs/root/WebCore/kwq/KWQDef.h,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- KWQDef.h	5 Jul 2005 08:09:40 -0000	1.14
  +++ KWQDef.h	5 Jul 2005 18:09:38 -0000	1.15
  @@ -34,7 +34,7 @@
   #endif
   
   typedef int64_t Q_INT64;
  -typedef uint64_t Q_UINT64;
  +typedef u_int64_t Q_UINT64;
   
   typedef int Q_INT32;
   typedef unsigned int Q_UINT32;
  
  
  



More information about the webkit-changes mailing list