comparison src/hash.c @ 5935:d5eb0914ca1f cygwin

trial of E1 and UE1
author Henry Thompson <ht@markup.co.uk>
date Sat, 12 Dec 2015 21:49:31 +0000
parents e2fae7783046
children
comparison
equal deleted inserted replaced
5934:e2fae7783046 5935:d5eb0914ca1f
238 puthash (const void *key, void *contents, struct hash_table *hash_table) 238 puthash (const void *key, void *contents, struct hash_table *hash_table)
239 { 239 {
240 if (!key) 240 if (!key)
241 { 241 {
242 hash_table->zero_entry = contents; 242 hash_table->zero_entry = contents;
243 hash_table->zero_set = (EMACS_INT)1; 243 hash_table->zero_set = E1;
244 } 244 }
245 else 245 else
246 { 246 {
247 hash_table_test_function test_function = hash_table->test_function; 247 hash_table_test_function test_function = hash_table->test_function;
248 Elemcount size = hash_table->size; 248 Elemcount size = hash_table->size;