comparison src/lspst.c @ 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 94bde95d7e18
children 201464dd356e
comparison
equal deleted inserted replaced
284:da7ae999ffa7 285:898118c3675e
166 #elif BYTE_ORDER == LITTLE_ENDIAN 166 #elif BYTE_ORDER == LITTLE_ENDIAN
167 printf("Little Endian implementation being used.\n"); 167 printf("Little Endian implementation being used.\n");
168 #else 168 #else
169 # error "Byte order not supported by this library" 169 # error "Byte order not supported by this library"
170 #endif 170 #endif
171 #ifdef __GNUC__
172 printf("GCC %d.%d : %s %s\n", __GNUC__, __GNUC_MINOR__, __DATE__, __TIME__);
173 #endif
174 DEBUG_RET(); 171 DEBUG_RET();
175 } 172 }
176 173
177 174
178 int main(int argc, char* const* argv) { 175 int main(int argc, char* const* argv) {