1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

ext/bcmath: Remove unused ODD() macro function

This commit is contained in:
Gina Peter Banyard
2024-05-05 01:02:46 +01:00
parent 04c417a35e
commit 70acd6e9ad

View File

@@ -73,7 +73,6 @@ typedef struct bc_struct {
#endif
#define MAX(a, b) ((a)>(b)?(a):(b))
#define MIN(a, b) ((a)>(b)?(b):(a))
#define ODD(a) ((a)&1)
#ifndef LONG_MAX
#define LONG_MAX 0x7ffffff