aboutsummaryrefslogtreecommitdiff
path: root/lauxlib.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lauxlib.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/lauxlib.c b/lauxlib.c
index fe99aca1..99a63092 100644
--- a/lauxlib.c
+++ b/lauxlib.c
@@ -28,12 +28,6 @@
28#include "llimits.h" 28#include "llimits.h"
29 29
30 30
31#if !defined(MAX_SIZET)
32/* maximum value for size_t */
33#define MAX_SIZET ((size_t)(~(size_t)0))
34#endif
35
36
37/* 31/*
38** {====================================================== 32** {======================================================
39** Traceback 33** Traceback