Skip to content

Commit c355b3a

Browse files
committed
fix(reference/{cstdlib,cstdio}): "/* implementation-defined */ => implementation-defined"
#1470 (comment)
1 parent fa9265f commit c355b3a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

reference/cstdio/eof.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* macro[meta id-type]
44

55
```cpp
6-
#define EOF /* implementation-defined */
6+
#define EOF implementation-defined
77
```
88
99
## 概要

reference/cstdio/filename_max.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* macro[meta id-type]
44

55
```cpp
6-
#define FILENAME_MAX /* implementation-defined */
6+
#define FILENAME_MAX implementation-defined
77
```
88
99
## 概要

reference/cstdio/stderr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* macro[meta id-type]
44

55
```cpp
6-
#define stderr /* implementation-defined */
6+
#define stderr implementation-defined
77
```
88
99
## 概要

reference/cstdio/stdin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* macro[meta id-type]
44

55
```cpp
6-
#define stdin /* implementation-defined */
6+
#define stdin implementation-defined
77
```
88
99
## 概要

reference/cstdio/stdout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* macro[meta id-type]
44

55
```cpp
6-
#define stdout /* implementation-defined */
6+
#define stdout implementation-defined
77
```
88
99
## 概要

reference/cstdlib/rand_max.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* macro[meta id-type]
44

55
```cpp
6-
#define RAND_MAX /*implementation-defined*/
6+
#define RAND_MAX implementation-defined
77
```
88
99
## 概要

0 commit comments

Comments
 (0)