/[pspp]/pspp/src/hash.c
ViewVC logotype

Diff of /pspp/src/hash.c

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

revision 1.14 by blp, Mon Jul 4 04:44:34 2005 UTC revision 1.15 by blp, Sun Jul 31 21:42:46 2005 UTC
# Line 26  Line 26 
26  #include <stdlib.h>  #include <stdlib.h>
27  #include "algorithm.h"  #include "algorithm.h"
28  #include "alloc.h"  #include "alloc.h"
29  #include "bool.h"  #include <stdbool.h>
30  #include "misc.h"  #include "misc.h"
31  #include "str.h"  #include "str.h"
32    
33    #include "gettext.h"
34    #define _(msgid) gettext (msgid)
35    
36  /* Note for constructing hash functions:  /* Note for constructing hash functions:
37    
38     You can store the hash values in the records, then compare hash     You can store the hash values in the records, then compare hash

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26