diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/coding.c b/src/coding.c index ed107a297ba..0337c0df60e 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -642,15 +642,6 @@ static enum coding_category coding_priorities[coding_category_max]; | |||
| 642 | Nth coding category. */ | 642 | Nth coding category. */ |
| 643 | static struct coding_system coding_categories[coding_category_max]; | 643 | static struct coding_system coding_categories[coding_category_max]; |
| 644 | 644 | ||
| 645 | /*** Commonly used macros and functions ***/ | ||
| 646 | |||
| 647 | #ifndef min | ||
| 648 | #define min(a, b) ((a) < (b) ? (a) : (b)) | ||
| 649 | #endif | ||
| 650 | #ifndef max | ||
| 651 | #define max(a, b) ((a) > (b) ? (a) : (b)) | ||
| 652 | #endif | ||
| 653 | |||
| 654 | /* Encode a flag that can be nil, something else, or t as -1, 0, 1. */ | 645 | /* Encode a flag that can be nil, something else, or t as -1, 0, 1. */ |
| 655 | 646 | ||
| 656 | static int | 647 | static int |