/[cvs]/stack/stack.c
ViewVC logotype

Diff of /stack/stack.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26 by masse, Sat Feb 2 20:49:34 2002 UTC revision 1.27 by teddy, Sat Feb 2 22:22:04 2002 UTC
# Line 46  void init_hashtbl(hashtbl out_hash) Line 46  void init_hashtbl(hashtbl out_hash)
46      out_hash[i]= NULL;      out_hash[i]= NULL;
47  }  }
48    
49  /* Returns a pointer to an element in the hash table. */  /* Returns a pointer to a pointer to an element in the hash table. */
50  stackitem** hash(hashtbl in_hashtbl, const char* in_string)  stackitem** hash(hashtbl in_hashtbl, const char* in_string)
51  {  {
52    long i= 0;    long i= 0;
# Line 548  int main() Line 548  int main()
548    
549    exit(EXIT_SUCCESS);    exit(EXIT_SUCCESS);
550  }  }
   
 /* Local Variables: */  
 /* compile-command:"make CFLAGS=\"-Wall -g -rdynamic -ldl\" stack" */  
 /* End: */  

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26