pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/data-in.c


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/data-in.c
Date: Sun, 31 Jul 2005 01:42:56 -0400

Index: pspp/src/data-in.c
diff -u pspp/src/data-in.c:1.20 pspp/src/data-in.c:1.21
--- pspp/src/data-in.c:1.20     Mon Jul 25 01:51:06 2005
+++ pspp/src/data-in.c  Sun Jul 31 05:42:55 2005
@@ -455,7 +455,9 @@
 static inline bool
 parse_IB (struct data_in *i)
 {
+#ifndef WORDS_BIGENDIAN
   char buf[64];
+#endif
   const char *p;
 
   unsigned char xor;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]