summaryrefslogtreecommitdiff
path: root/dmake/msdos
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-18 08:37:51 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-18 08:37:51 +0000
commit1760f6725bf7144e6a20d5d7e767ebc0167dfe6c (patch)
tree40766392969afdd3c2d9ee9ceffe9ca1528c6f0a /dmake/msdos
parent210c00b87236a3ebfa9cfc4baefe4c7b72bf56a9 (diff)
INTEGRATION: CWS dmake47 (1.1.1.1.156); FILE MERGED
2006/09/30 15:01:16 vq 1.1.1.1.156.1: #i69814# Remove the unused DMSTRLWR macro.
Diffstat (limited to 'dmake/msdos')
-rw-r--r--dmake/msdos/sysintf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/dmake/msdos/sysintf.h b/dmake/msdos/sysintf.h
index 2a6d92a59329..9b7b45cdaab4 100644
--- a/dmake/msdos/sysintf.h
+++ b/dmake/msdos/sysintf.h
@@ -1,4 +1,4 @@
-/* RCS $Id: sysintf.h,v 1.1.1.1 2000-09-22 15:33:27 hr Exp $
+/* RCS $Id: sysintf.h,v 1.2 2007-01-18 09:34:40 vg Exp $
--
-- SYNOPSIS
-- Interfaces for sysintf.c
@@ -25,7 +25,6 @@
#define DMSTAT stat
#define VOID_LCACHE(l,m)
#define GETPID _psp
-#define DMSTRLWR(A,B) dstrlwr(A,B)
extern char * tempnam();
extern char * getcwd();