diff options
| author | Paul Eggert | 2011-06-14 13:09:52 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-14 13:09:52 -0700 |
| commit | 4a2f0ad6c1725a6858c3f02add438e8323bb4c7d (patch) | |
| tree | 304af7c10fbbdef679242c3152082ca5b50f0af0 /src/eval.c | |
| parent | e8f2a944716884ba72b9ef3a49db2d5bca428ac9 (diff) | |
| download | emacs-4a2f0ad6c1725a6858c3f02add438e8323bb4c7d.tar.gz emacs-4a2f0ad6c1725a6858c3f02add438e8323bb4c7d.zip | |
* eval.c, doprnt.c (SIZE_MAX): Remove; inttypes.h defines this now.
Diffstat (limited to 'src/eval.c')
| -rw-r--r-- | src/eval.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/eval.c b/src/eval.c index 65cd87cd8ed..eff50a4de52 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -32,10 +32,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 32 | #include "xterm.h" | 32 | #include "xterm.h" |
| 33 | #endif | 33 | #endif |
| 34 | 34 | ||
| 35 | #ifndef SIZE_MAX | ||
| 36 | # define SIZE_MAX ((size_t) -1) | ||
| 37 | #endif | ||
| 38 | |||
| 39 | /* This definition is duplicated in alloc.c and keyboard.c. */ | 35 | /* This definition is duplicated in alloc.c and keyboard.c. */ |
| 40 | /* Putting it in lisp.h makes cc bomb out! */ | 36 | /* Putting it in lisp.h makes cc bomb out! */ |
| 41 | 37 | ||