Skip to content

Commit 2ddeb95

Browse files
suertreusa1batross
authored andcommitted
Add header info to Emscripten section
1 parent b172029 commit 2ddeb95

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

OperatingSystems.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)