1
0
Fork 0
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:
Martijn Dekker 2020-12-04 03:49:23 +00:00
parent 67880e35cf
commit 77111310aa

View file

@ -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;