X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Felhash.c;h=9055e93836cc05f32feb10455134396f72949481;hb=refs%2Ftags%2Fr21-4-17-u2km-0_22-3;hp=02933315243e3bddca9d98eb53850201f0a42712;hpb=c23f2bdb52b8779bbe4d494cc3f29f515c2c23bb;p=chise%2Fxemacs-chise.git diff --git a/src/elhash.c b/src/elhash.c index 0293331..9055e93 100644 --- a/src/elhash.c +++ b/src/elhash.c @@ -336,7 +336,7 @@ print_hash_table (Lisp_Object obj, Lisp_Object printcharfun, int escapeflag) else if (ht->test_function == lisp_object_eql_equal) DO_NOTHING; else - abort (); + ABORT (); if (ht->count || !print_readably) { @@ -461,7 +461,7 @@ make_standard_lisp_hash_table (enum hash_table_test test, break; default: - abort (); + ABORT (); } return make_general_lisp_hash_table (hash_function, test_function, @@ -730,7 +730,7 @@ hash_table_instantiate (Lisp_Object plist) else if (EQ (key, Qdata)) data = value; else if (EQ (key, Qtype))/*obsolete*/ weakness = value; else - abort (); + ABORT (); } /* Create the hash table. */