/[pspp]/pspp/src/sfm-read.c
ViewVC logotype

Diff of /pspp/src/sfm-read.c

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

revision 1.23 by jmd, Wed May 25 02:31:32 2005 UTC revision 1.24 by blp, Sun Jul 31 21:42:46 2005 UTC
# Line 33  Line 33 
33  #include "file-handle.h"  #include "file-handle.h"
34  #include "filename.h"  #include "filename.h"
35  #include "format.h"  #include "format.h"
36  #include "getline.h"  #include "getl.h"
37  #include "hash.h"  #include "hash.h"
38  #include "magic.h"  #include "magic.h"
39  #include "misc.h"  #include "misc.h"
# Line 41  Line 41 
41  #include "str.h"  #include "str.h"
42  #include "var.h"  #include "var.h"
43    
44    #include "gettext.h"
45    #define _(msgid) gettext (msgid)
46    
47  #include "debug-print.h"  #include "debug-print.h"
48    
49  /* System file reader. */  /* System file reader. */
# Line 93  bswap (unsigned char *a, unsigned char * Line 96  bswap (unsigned char *a, unsigned char *
96    *b = t;    *b = t;
97  }  }
98    
99  /* bswap_int32(): Reverse the byte order of 32-bit integer *X. */  /* Reverse the byte order of 32-bit integer *X. */
100  static inline void  static inline void
101  bswap_int32 (int32 *x_)  bswap_int32 (int32 *x_)
102  {  {

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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