Ticket #38079: hxindex.min.patch
File hxindex.min.patch, 426 bytes (added by davidfavor (David Favor), 12 years ago) |
---|
-
hxindex.c
old new 106 106 #define SECNO "secno" /* Class of elements that define section # */ 107 107 #define NO_NUM "no-num" /* Class of elements without a section # */ 108 108 109 #ifndef min 110 #define min(a, b) (((a) < (b)) ? (a) : (b)) 111 #endif 112 109 113 typedef struct _indexterm { 110 114 string url; 111 115 int importance; /* 1 (low) or 2 (high) */