Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
2007-05-01 Jungshik Shin <jungshik.shin@gmail.com>
        Reviewed by Alexey.

        - get rid of non-ASCII lteral characters : suppress compiler warnings
        http://bugs.webkit.org/show_bug.cgi?id=13551

        * kjs/testkjs.cpp:
        * pcre/pcre_compile.c:



Canonical link: https://commits.webkit.org/17709@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@21200 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
aproskuryakov committed May 1, 2007
1 parent b9ca087 commit 2815a3c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions JavaScriptCore/ChangeLog
@@ -1,3 +1,13 @@
2007-05-01 Jungshik Shin <jungshik.shin@gmail.com>

Reviewed by Alexey.

- get rid of non-ASCII lteral characters : suppress compiler warnings
http://bugs.webkit.org/show_bug.cgi?id=13551

* kjs/testkjs.cpp:
* pcre/pcre_compile.c:

2007-04-28 Jungshik Shin <jungshik.shin@gmail.com>

Reviewed by Sam Weinig.
Expand Down
2 changes: 1 addition & 1 deletion JavaScriptCore/kjs/testkjs.cpp
Expand Up @@ -3,7 +3,7 @@
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)
* Copyright (C) 2004-2006 Apple Computer, Inc.
* Copyright (C) 2006 Björn Graf (bjoern.graf@gmail.com)
* Copyright (C) 2006 Bjoern Graf (bjoern.graf@gmail.com)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
Expand Down
2 changes: 1 addition & 1 deletion JavaScriptCore/pcre/pcre_compile.c
Expand Up @@ -294,7 +294,7 @@ static const unsigned char digitab[] =
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /* - 71 40 */
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /* 72- | */
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /* & - 87 50 */
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /* 88- ¬ */
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /* 88- 0xAC */
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /* - -103 60 */
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /* 104- ? */
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /* 112-119 70 */
Expand Down

0 comments on commit 2815a3c

Please sign in to comment.