summaryrefslogtreecommitdiff
path: root/misc/estic/files/patch-machine.h
blob: 698bfef81070b0e5704ea1174727c1b7035c649d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- spunk/machine.h.orig	1997-02-18 14:41:50.000000000 +0100
+++ spunk/machine.h	2014-03-28 16:58:13.000000000 +0100
@@ -238,7 +238,7 @@
 #    define CPU_LITTLE_ENDIAN
 #elif (BYTE_ORDER == BIG_ENDIAN)
 #    define CPU_BIG_ENDIAN
-#elif
+#else
 #    error Byte order not defined!
 #endif