Changeset 39554 in webkit for trunk/JavaScriptCore/wtf/unicode/Unicode.h
- Timestamp:
- Jan 2, 2009, 12:59:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/unicode/Unicode.h
r35900 r39554 1 1 /* 2 * This file is part of the KDE libraries3 2 * Copyright (C) 2006 George Staikos <[email protected]> 3 * Copyright (C) 2006, 2008, 2009 Apple Inc. All rights reserved. 4 4 * 5 5 * This library is free software; you can redistribute it and/or … … 20 20 */ 21 21 22 #ifndef KJS_UNICODE_H23 #define KJS_UNICODE_H22 #ifndef WTF_UNICODE_H 23 #define WTF_UNICODE_H 24 24 25 25 #include <wtf/Platform.h> … … 33 33 #endif 34 34 35 #endif 36 // vim: ts=2 sw=2 et 35 #endif // WTF_UNICODE_H
Note:
See TracChangeset
for help on using the changeset viewer.