pike.git/
src/
global.h
Branch:
Tag:
Non-build tags
All tags
No tags
2014-08-28
2014-08-28 12:03:12 by Per Hedbor <ph@opera.com>
dcdb2319e2497e7b7400526f95bf7f174910d194 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
Changed PCHARP ptr to be a void*.
494:
typedef struct p_wchar_p {
-
p_wchar0
*ptr;
+
void
*ptr;
int shift; } PCHARP;