mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Project-wide reorganisation of namespaces.
This commit is contained in:
parent
5c55903808
commit
37def1ca62
7
main.cpp
7
main.cpp
@ -28,7 +28,8 @@
|
|||||||
#include <libevmface/Instruction.h>
|
#include <libevmface/Instruction.h>
|
||||||
#include "BuildInfo.h"
|
#include "BuildInfo.h"
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace eth;
|
using namespace dev;
|
||||||
|
using namespace dev::eth;
|
||||||
|
|
||||||
void help()
|
void help()
|
||||||
{
|
{
|
||||||
@ -46,9 +47,9 @@ void help()
|
|||||||
|
|
||||||
void version()
|
void version()
|
||||||
{
|
{
|
||||||
cout << "LLLC, the Lovely Little Language Compiler " << eth::EthVersion << endl;
|
cout << "LLLC, the Lovely Little Language Compiler " << dev::Version << endl;
|
||||||
cout << " By Gav Wood, (c) 2014." << endl;
|
cout << " By Gav Wood, (c) 2014." << endl;
|
||||||
cout << "Build: " << ETH_QUOTED(ETH_BUILD_PLATFORM) << "/" << ETH_QUOTED(ETH_BUILD_TYPE) << endl;
|
cout << "Build: " << DEV_QUOTED(ETH_BUILD_PLATFORM) << "/" << DEV_QUOTED(ETH_BUILD_TYPE) << endl;
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user