diff options
Diffstat (limited to 'src/editfns.c')
| -rw-r--r-- | src/editfns.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/editfns.c b/src/editfns.c index d266ca9951d..c5ba280c178 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -59,10 +59,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 59 | #include "window.h" | 59 | #include "window.h" |
| 60 | #include "blockinput.h" | 60 | #include "blockinput.h" |
| 61 | 61 | ||
| 62 | #ifndef NULL | ||
| 63 | #define NULL 0 | ||
| 64 | #endif | ||
| 65 | |||
| 66 | #ifndef USER_FULL_NAME | 62 | #ifndef USER_FULL_NAME |
| 67 | #define USER_FULL_NAME pw->pw_gecos | 63 | #define USER_FULL_NAME pw->pw_gecos |
| 68 | #endif | 64 | #endif |