]> git.eshelyaron.com Git - emacs.git/commit
emacsclient.c: clean up preprocessing directives
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 19 Nov 2018 16:32:26 +0000 (08:32 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 19 Nov 2018 19:38:19 +0000 (11:38 -0800)
commit4a5034d84edfc34c1264388ef7cccbd90bdd7d9d
tree40992fad928ecfff18672994d3c8e042be88a320
parentd3b1d5d262aa9a32ecdf3b1e38539997df5d740d
emacsclient.c: clean up preprocessing directives

* lib-src/emacsclient.c [WINDOWSNT]: Omit duplicate stdlib.h include.
Include min-max.h.
(EXIT_SUCCESS, EXIT_FAILURE, min): Remove; no longer needed.
(AUTH_KEY_LENGTH, SEND_BUFFER_SIZE): Now constants instead of macros.
lib-src/emacsclient.c