devices/8139too.c
changeset 192 8d7bd5082ed5
parent 191 ca805255a935
child 195 674071846ee3
--- a/devices/8139too.c	Wed Apr 12 10:40:32 2006 +0000
+++ b/devices/8139too.c	Wed Apr 12 12:04:27 2006 +0000
@@ -136,12 +136,12 @@
 
 #include "ecdev.h"
 
-#define EC_LIT(X) #X
-#define EC_STR(X) EC_LIT(X)
-
-#define COMPILE_INFO "Revision " EC_STR(EC_REV) \
-                     ", compiled by " EC_STR(EC_USER) \
-                     " at " EC_STR(EC_DATE)
+#define LIT(X) #X
+#define STR(X) LIT(X)
+
+#define COMPILE_INFO "Revision " STR(EC_REV) \
+                     ", compiled by " STR(EC_USER) \
+                     " at " __DATE__ " " __TIME__
 
 /* EtherCAT <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/