summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-05-10 17:42:35 +0200
committerMichael Stahl <mstahl@redhat.com>2013-05-10 17:56:24 +0200
commit09373d45838e4dab514e37dee4a4c8f6218ebda0 (patch)
tree91381d15cb0c7b29072c79a30eee7fd0d8635768 /idlc
parent76d098a07bb2f901948d39522954dff6b50adae8 (diff)
soltools: remove Package_inc and empty unistd.h nonsense
Change-Id: Ic05de69951b28b9cc8d62f0a534b507c424e6b25
Diffstat (limited to 'idlc')
-rw-r--r--idlc/Executable_idlc.mk1
-rw-r--r--idlc/source/scanner.l1
2 files changed, 1 insertions, 1 deletions
diff --git a/idlc/Executable_idlc.mk b/idlc/Executable_idlc.mk
index cef8de30a998..2eaa30cd9f01 100644
--- a/idlc/Executable_idlc.mk
+++ b/idlc/Executable_idlc.mk
@@ -17,7 +17,6 @@ $(eval $(call gb_Executable_set_include,idlc,\
$(eval $(call gb_Executable_use_externals,idlc,\
boost_headers \
- unistd_headers \
))
$(eval $(call gb_Executable_use_libraries,idlc,\
diff --git a/idlc/source/scanner.l b/idlc/source/scanner.l
index aed48cf08402..ca5119feed6f 100644
--- a/idlc/source/scanner.l
+++ b/idlc/source/scanner.l
@@ -261,6 +261,7 @@ static void parseLineAndFile(sal_Char* pBuf)
%option noyywrap
%option never-interactive
+%option nounistd
%x DOCU
%x COMMENT