mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 19:52:20 +00:00
name.c: rm duplicate #define Empty
src/cmd/ksh93/sh/name.c: - The Empty macro (a constant pointer to the empty string) is already defined in include/defs.h, so does not need to be repeated here.
This commit is contained in:
parent
67880e35cf
commit
77111310aa
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@
|
|||
#include "streval.h"
|
||||
|
||||
#define NVCACHE 8 /* must be a power of 2 */
|
||||
#define Empty ((char*)(e_sptbnl+3))
|
||||
static char *savesub = 0;
|
||||
static char Null[1];
|
||||
static Namval_t NullNode;
|
||||
|
|
Loading…
Reference in a new issue