]> www.ginac.de Git - cln.git/blobdiff - src/base/cl_sysdep.h
Fix build breakage on Sparc.
[cln.git] / src / base / cl_sysdep.h
index ca11aaa521ac250c0c315e49af20f72fde5248a6..9e645757fa34a2ddd1178a97201b12c47a9cc65c 100644 (file)
@@ -7,7 +7,7 @@
 #include "cl_config.h"
 
 // char_bitsize, short_bitsize, long_bitsize, long_long_bitsize
-#include "cl_intparam.h"
+#include "cln/intparam.h"
 
 // The CPU's endianness
 #if defined(short_little_endian) || defined(int_little_endian) || defined(long_little_endian)
@@ -30,7 +30,7 @@
   #error "Bogus CL_CPU_BIG_ENDIAN_P!"
 #endif
 
-// Auswahl der Floating-Point-Fähigkeiten:
+// Auswahl der Floating-Point-Fähigkeiten:
 // FAST_DOUBLE sollte definiert werden, wenn ein Floating-Point-Coprozessor
 // vorhanden ist, dessen `double'-Typ IEEE-Floating-Points mit 64 Bits sind.
 // FAST_FLOAT sollte definiert werden, wenn ein Floating-Point-Coprozessor
@@ -42,7 +42,7 @@
 #endif
 #if defined(__i386__) && (defined(linux) || defined(__linux__) || defined(NeXT))
   // Linux hat einen funktionierenden Floating-Point-Coprozessor-Emulator.
-  // NeXTstep läuft sowieso nur mit Floating-Point-Coprozessor.
+  // NeXTstep läuft sowieso nur mit Floating-Point-Coprozessor.
   // Aber auf Intel-Pentium-Prozessoren ist die FPU fehlerhaft.
   #define FAST_DOUBLE
   #define FAST_FLOAT
 #endif
 
 // Macros for internal use.
-#include "cl_macros.h"
+#include "base/cl_macros.h"
 
 // Elementary types.
-#include "cl_types.h"
+#include "cln/types.h"
 
 // Dependencies among modules.
-#include "cl_modules.h"
+#include "cln/modules.h"
 
 #endif /* _CL_SYSDEP_H */