Ignore:
Timestamp:
Oct 18, 2006, 7:42:55 PM (19 years ago)
Author:
mjs
Message:

JavaScriptCore:

Reviewed by Geoff.


  • remove vestiges of KXMLCore name (former name of WTF).
  • wtf/Assertions.h:
  • wtf/FastMalloc.h: (operator new): (operator delete): (operator new[]): (operator delete[]):
  • wtf/FastMallocInternal.h:
  • wtf/Forward.h:
  • wtf/GetPtr.h:
  • wtf/HashCountedSet.h:
  • wtf/HashFunctions.h:
  • wtf/HashMap.h:
  • wtf/HashSet.h:
  • wtf/HashTable.h:
  • wtf/HashTraits.h:
  • wtf/ListRefPtr.h:
  • wtf/MathExtras.h:
  • wtf/Noncopyable.h:
  • wtf/OwnArrayPtr.h:
  • wtf/OwnPtr.h:
  • wtf/PassRefPtr.h:
  • wtf/Platform.h:
  • wtf/RefPtr.h:
  • wtf/StringExtras.h: (snprintf):
  • wtf/UnusedParam.h:
  • wtf/Vector.h:
  • wtf/VectorTraits.h:

WebCore:

Reviewed by Geoff.

  • remove vestiges of KXMLCore name (former name of WTF).
  • config.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/UnusedParam.h

    r14457 r17127  
    2020 */
    2121
    22 #ifndef KXMLCORE_UNUSED_PARAM
    23 #define KXMLCORE_UNUSED_PARAM
     22#ifndef WTF_UnusedParam_h
     23#define WTF_UnusedParam_h
    2424
    2525/* don't use this for C++, it should only be used in plain C files or
     
    2828#define UNUSED_PARAM(x) (void)x
    2929
    30 #endif
     30#endif // WTF_UnusedParam_h
Note: See TracChangeset for help on using the changeset viewer.