Kaydet (Commit) 1760f672 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

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.
üst 210c00b8
/* 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 -- SYNOPSIS
-- Interfaces for sysintf.c -- Interfaces for sysintf.c
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
#define DMSTAT stat #define DMSTAT stat
#define VOID_LCACHE(l,m) #define VOID_LCACHE(l,m)
#define GETPID _psp #define GETPID _psp
#define DMSTRLWR(A,B) dstrlwr(A,B)
extern char * tempnam(); extern char * tempnam();
extern char * getcwd(); extern char * getcwd();
......
/* RCS $Id: sysintf.h,v 1.1.1.1 2000-09-22 15:33:30 hr Exp $ /* RCS $Id: sysintf.h,v 1.2 2007-01-18 09:36:48 vg Exp $
-- --
-- SYNOPSIS -- SYNOPSIS
-- Interfaces for sysintf.c -- Interfaces for sysintf.c
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
#define VOID_LCACHE(l,m) #define VOID_LCACHE(l,m)
#define Hook_std_writes(A) #define Hook_std_writes(A)
#define GETPID getpid() #define GETPID getpid()
#define DMSTRLWR(A,B) dstrlwr(A,B)
#define S_IFMT (S_IFDIR|S_IFCHR|S_IFREG) #define S_IFMT (S_IFDIR|S_IFCHR|S_IFREG)
extern char * tempnam(); extern char * tempnam();
......
/* RCS $Id: sysintf.h,v 1.1.1.1 2000-09-22 15:33:30 hr Exp $ /* RCS $Id: sysintf.h,v 1.2 2007-01-18 09:37:51 vg Exp $
-- --
-- SYNOPSIS -- SYNOPSIS
-- Interfaces for sysintf.c -- Interfaces for sysintf.c
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
#define VOID_LCACHE(l,m) #define VOID_LCACHE(l,m)
#define Hook_std_writes(A) #define Hook_std_writes(A)
#define GETPID getpid() #define GETPID getpid()
#define DMSTRLWR(A,B)
/* /*
** standard C items ** standard C items
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment