summary refs log tree commit diff stats
path: root/lib/nimbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nimbase.h')
-rw-r--r--lib/nimbase.h25
1 files changed, 13 insertions, 12 deletions
diff --git a/lib/nimbase.h b/lib/nimbase.h
index 378b66278..5041edf63 100644
--- a/lib/nimbase.h
+++ b/lib/nimbase.h
@@ -1,12 +1,24 @@
 /*
 
             Nimrod's Runtime Library
-        (c) Copyright 2008 Andreas Rumpf
+        (c) Copyright 2009 Andreas Rumpf
 
     See the file "copying.txt", included in this
     distribution, for details about the copyright.
 */
 
+/* compiler symbols:
+__BORLANDC__
+_MSC_VER
+__WATCOMC__
+__LCC__
+__GNUC__
+__DMC__
+__POCC__
+__TINYC__
+*/
+
+
 #ifndef NIMBASE_H
 #define NIMBASE_H
 
@@ -239,17 +251,6 @@ static unsigned long nimInf[2]={0xffffffff, 0x7fffffff};
 #  define INF (*(double*) nimInf)
 #endif */
 
-/* compiler symbols:
-__BORLANDC__
-_MSC_VER
-__WATCOMC__
-__LCC__
-__GNUC__
-__DMC__
-__POCC__
-__TINYC__
-*/
-
 /* C99 compiler? */
 #if (defined(__STD_VERSION__) && (__STD_VERSION__ >= 199901))
 #  define HAVE_STDINT_H