FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
android_external_webkit/JavaScriptCore/JavaScriptCorePrefix.h at froyo · madmack/android_external_webkit · GitHub
madmack
/
android_external_webkit
Public
forked from
Y6b/android_external_webkit
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
android_external_webkit
/
JavaScriptCore
/
JavaScriptCorePrefix.h
Copy path
More file actions
More file actions
Latest commit
History
History
History
35 lines (29 loc) · 755 Bytes
Breadcrumbs
android_external_webkit
/
JavaScriptCore
/
JavaScriptCorePrefix.h
Copy path
File metadata and controls
35 lines (29 loc) · 755 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#
ifdef
__cplusplus
#
define
NULL
__null
#
else
#
define
NULL
((
void
*)
0
)
#
endif
#
include
<
ctype.h
>
#
include
<
float.h
>
#
include
<
locale.h
>
#
include
<
math.h
>
#
include
<
stdio.h
>
#
include
<
stdlib.h
>
#
include
<
string.h
>
#
include
<
strings.h
>
#
include
<
time.h
>
#
include
<
sys/param.h
>
#
include
<
sys/time.h
>
#
include
<
sys/timeb.h
>
#
include
<
sys/types.h
>
#
ifdef
__cplusplus
#
include
<
list
>
#
include
<
typeinfo
>
#
endif
#
ifdef
__cplusplus
#
define
new
(
"
if you use new/delete make sure to include config.h at the top of the file
"
())
#
define
delete
(
"
if you use new/delete make sure to include config.h at the top of the file
"
())
#
endif
/*
Work around bug with C++ library that screws up Objective-C++ when exception support is disabled.
*/
#
undef
try
#
undef
catch
Back
|
FazBrowse Home
|
New Git URL