git://git.webkit.org
/
WebKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
2011-01-18 Kenneth Russell <kbr@google.com>
[WebKit.git]
/
Source
/
ThirdParty
/
ANGLE
/
src
/
compiler
/
preprocessor
/
scanner.c
diff --git
a/Source/ThirdParty/ANGLE/src/compiler/preprocessor/scanner.c
b/Source/ThirdParty/ANGLE/src/compiler/preprocessor/scanner.c
index f4bfef93579aa877d65574f32348647a9415f142..7b399a0dc571bbe8badfba477d84518879d22cfe 100644
(file)
--- a/
Source/ThirdParty/ANGLE/src/compiler/preprocessor/scanner.c
+++ b/
Source/ThirdParty/ANGLE/src/compiler/preprocessor/scanner.c
@@
-176,7
+176,7
@@
int ScanFromString(const char *s)
StringInputSrc *in = malloc(sizeof(StringInputSrc));
memset(in, 0, sizeof(StringInputSrc));
- in->p = s;
+ in->p =
(char*)
s;
in->base.line = 1;
in->base.scan = byte_scan;
in->base.getch = (int (*)(InputSrc *, yystypepp *))str_getch;