Skip to content

Commit 40f2603

Browse files
committed
Remove unused STRTOLL() macro
1 parent f1e057d commit 40f2603

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

phongo_compat.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,6 @@
8585
# define ARG_UNUSED
8686
#endif
8787

88-
#ifdef HAVE_ATOLL
89-
# define STRTOLL(s) atoll(s)
90-
#else
91-
# if defined(PHP_WIN32)
92-
# define STRTOLL(s) _atoi64(s)
93-
# else
94-
# define STRTOLL(s) strtoll(s, NULL, 10)
95-
# endif
96-
#endif
97-
9888
#ifndef php_ignore_value
9989
# if defined(__GNUC__) && __GNUC__ >= 4
10090
# define php_ignore_value(x) (({ __typeof__ (x) __x = (x); (void) __x; }))

0 commit comments

Comments
 (0)