Revert "Renamed UNDEFINED to UNDEFINED_VALUE."

This reverts commit cee4933c24.
This commit is contained in:
nhmall
2018-11-23 22:17:01 -05:00
parent 053baa8274
commit 5e5e321378
3 changed files with 11 additions and 11 deletions

View File

@@ -22,11 +22,11 @@
0 \
}
/* UNDEFINED_VALUE and UNDEFINED_PTR are used to initialize variables whose
initialized value is not relied upon. UNDEFINED_VALUE can be used to
/* UNDEFINED and UNDEFINED_PTR are used to initialize variables whose
initialized value is not relied upon. UNDEFINED can be used to
initialized any value type except pointers. UNDEFINED_PTR can be used
only on pointer types. */
#define UNDEFINED_VALUE { 0 }
#define UNDEFINED { 0 }
#define UNDEFINED_PTR NULL
/* symbolic names for capacity levels */