Rename prn to prng.

Rename prn to prng so that Windows doesn't choke when trying to create
a file named prn.h.
This commit is contained in:
Jason Evans
2012-03-02 15:59:45 -08:00
parent 62320b8551
commit 84f7cdb0c5
6 changed files with 16 additions and 16 deletions

View File

@@ -42,7 +42,7 @@ struct ckh_s {
/* Used for pseudo-random number generation. */
#define CKH_A 1103515241
#define CKH_C 12347
uint32_t prn_state;
uint32_t prng_state;
/* Total number of items. */
size_t count;