comparison src/pst2dii.cpp.in @ 285:898118c3675e

remove compile date/time stamps embedded in the binary for no compelling reason
author Carl Byington <carl@five-ten-sg.com>
date Tue, 24 May 2011 16:21:28 -0700
parents 410b6422d65b
children 201464dd356e
comparison
equal deleted inserted replaced
284:da7ae999ffa7 285:898118c3675e
85 printf("Big Endian implementation being used.\n"); 85 printf("Big Endian implementation being used.\n");
86 #elif BYTE_ORDER == LITTLE_ENDIAN 86 #elif BYTE_ORDER == LITTLE_ENDIAN
87 printf("Little Endian implementation being used.\n"); 87 printf("Little Endian implementation being used.\n");
88 #else 88 #else
89 # error "Byte order not supported by this library" 89 # error "Byte order not supported by this library"
90 #endif
91 #ifdef __GNUC__
92 printf("GCC %d.%d : %s %s\n", __GNUC__, __GNUC_MINOR__, __DATE__, __TIME__);
93 #endif 90 #endif
94 } 91 }
95 92
96 93
97 static void usage(); 94 static void usage();