mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Corrected accidental non-ANSI characters in comments.
This commit is contained in:
parent
b962d3c071
commit
be3f4bda21
@ -54,7 +54,7 @@ void version()
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
The equivalent of setlocale(LC_ALL, “C”) is called before any user code is run.
|
The equivalent of setlocale(LC_ALL, "C") is called before any user code is run.
|
||||||
If the user has an invalid environment setting then it is possible for the call
|
If the user has an invalid environment setting then it is possible for the call
|
||||||
to set locale to fail, so there are only two possible actions, the first is to
|
to set locale to fail, so there are only two possible actions, the first is to
|
||||||
throw a runtime exception and cause the program to quit (default behaviour),
|
throw a runtime exception and cause the program to quit (default behaviour),
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
The equivalent of setlocale(LC_ALL, “C”) is called before any user code is run.
|
The equivalent of setlocale(LC_ALL, "C") is called before any user code is run.
|
||||||
If the user has an invalid environment setting then it is possible for the call
|
If the user has an invalid environment setting then it is possible for the call
|
||||||
to set locale to fail, so there are only two possible actions, the first is to
|
to set locale to fail, so there are only two possible actions, the first is to
|
||||||
throw a runtime exception and cause the program to quit (default behaviour),
|
throw a runtime exception and cause the program to quit (default behaviour),
|
||||||
|
Loading…
Reference in New Issue
Block a user