Clarify C++-style one-line comments
This commit is contained in:
parent
3ea921ba72
commit
71098c1207
|
@ -56,7 +56,7 @@ C dialect
|
|||
* All function declarations and definitions must use full prototypes
|
||||
(i.e. specify the types of all arguments).
|
||||
|
||||
* Never use C++ style // one-line comments.
|
||||
* Only use C++ style // one-line comments in Python 3.6 or later.
|
||||
|
||||
* No compiler warnings with major compilers (gcc, VC++, a few others).
|
||||
|
||||
|
|
Loading…
Reference in New Issue