File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -160,13 +160,13 @@ Identification|`__ECOS`
160160
161161## [ Emscripten] ( https://en.wikipedia.org/wiki/Emscripten ) ##
162162
163- Type|Macro|Format|Description|Availability
164- ---|---|---|---|---
165- Identification|` EMSCRIPTEN ` | | |Defined as of 1.0.1a, gone as of 1.30.6
166- Identification|` __EMSCRIPTEN__ ` | | |Defined as of 1.3.7
167- Version|` __EMSCRIPTEN_major__ ` |V|V = Major version|Defined as of 1.21.4
168- Version|` __EMSCRIPTEN_minor__ ` |R|R = Minor version|Defined as of 1.21.4
169- Version|` __EMSCRIPTEN_tiny__ ` |P|P = Patch level|Defined as of 1.21.4
163+ Type|Macro|Format|Description|Availability|Header
164+ ---|---|---|---|---|---
165+ Identification|` EMSCRIPTEN ` | | |Defined as of 1.0.1a, gone as of 1.30.6|None
166+ Identification|` __EMSCRIPTEN__ ` | | |Defined as of 1.3.7|None
167+ Version|` __EMSCRIPTEN_major__ ` |V|V = Major version|Defined as of 1.21.4| ` emscripten/version.h `
168+ Version|` __EMSCRIPTEN_minor__ ` |R|R = Minor version|Defined as of 1.21.4| ` emscripten/version.h `
169+ Version|` __EMSCRIPTEN_tiny__ ` |P|P = Patch level|Defined as of 1.21.4| ` emscripten/version.h `
170170
171171##### Example #####
172172
You can’t perform that action at this time.
0 commit comments