mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 21:19:24 +00:00
Portability to old compilers (such as MSVC).
This commit is contained in:
@@ -31,6 +31,8 @@
|
||||
#include <limits.h> /* defines INT_MIN, INT_MAX, UINT_MAX */
|
||||
#include "options.h"
|
||||
#include "hash-table.h"
|
||||
/* Assume ISO C++ 'for' scoping rule. */
|
||||
#define for if (0) ; else for
|
||||
|
||||
/* The most general form of the hash function is
|
||||
|
||||
|
||||
Reference in New Issue
Block a user