summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-03-16 21:32:01 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-03-16 21:32:01 +0200
commit7851d6354750cbea9a278ca10eb8c9a10167b2e0 (patch)
treef201a492b1dd105bba11332d5f6d2272f2ff286a /tools
parent5ae153597730893bf1a6417c5425b80e480e8ab7 (diff)
Just use a normal main(), no need for SAL crack here
Diffstat (limited to 'tools')
-rw-r--r--tools/source/reversemap/bestreversemap.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/source/reversemap/bestreversemap.cxx b/tools/source/reversemap/bestreversemap.cxx
index a4956c1e58b3..bd18d50b49d8 100644
--- a/tools/source/reversemap/bestreversemap.cxx
+++ b/tools/source/reversemap/bestreversemap.cxx
@@ -28,7 +28,6 @@
#include "sal/config.h"
#include "rtl/textcvt.h"
-#include "sal/main.h"
#include <stdio.h>
@@ -77,7 +76,7 @@ struct Encoder
};
-SAL_IMPLEMENT_MAIN()
+int main(int argc, char **argv)
{
# define EXP(x) Encoder(x, #x)