[llvm-commits] CVS: llvm-test/MultiSource/Applications/kimwitu++/k.h
Evan Cheng
evan.cheng at apple.com
Fri May 4 09:42:47 PDT 2007
Changes in directory llvm-test/MultiSource/Applications/kimwitu++:
k.h updated: 1.1 -> 1.2
---
Log message:
Fix test.
---
Diffs of the changes: (+2 -2)
k.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm-test/MultiSource/Applications/kimwitu++/k.h
diff -u llvm-test/MultiSource/Applications/kimwitu++/k.h:1.1 llvm-test/MultiSource/Applications/kimwitu++/k.h:1.2
--- llvm-test/MultiSource/Applications/kimwitu++/k.h:1.1 Tue Apr 6 15:25:12 2004
+++ llvm-test/MultiSource/Applications/kimwitu++/k.h Fri May 4 11:42:29 2007
@@ -11,7 +11,7 @@
"pat.k"
*/
/* generated by:
- * @(#)$Author: criswell $
+ * @(#)$Author: evancheng $
*/
#ifndef KC_TYPES_HEADER
#define KC_TYPES_HEADER
@@ -37,10 +37,10 @@
typedef unsigned short kc_wchar_t;
typedef std::string kc_cstring_t;
-typedef std::wstring kc_wstring_t;
#ifdef KC_UNICODE
#define kc_t(TEXT) L ## TEXT
+typedef std::wstring kc_wstring_t;
typedef kc_wchar_t kc_char;
typedef kc_wstring_t kc_string_t;
More information about the llvm-commits
mailing list