--- stack/stack.c 2002/02/02 20:49:34 1.26 +++ stack/stack.c 2002/02/02 22:22:04 1.27 @@ -46,7 +46,7 @@ out_hash[i]= NULL; } -/* Returns a pointer to an element in the hash table. */ +/* Returns a pointer to a pointer to an element in the hash table. */ stackitem** hash(hashtbl in_hashtbl, const char* in_string) { long i= 0; @@ -548,7 +548,3 @@ exit(EXIT_SUCCESS); } - -/* Local Variables: */ -/* compile-command:"make CFLAGS=\"-Wall -g -rdynamic -ldl\" stack" */ -/* End: */