Mercurial > libpst
comparison src/readpst.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 | 57c3bcf22c4f |
children | fa7fc1ac6385 |
comparison
equal
deleted
inserted
replaced
284:da7ae999ffa7 | 285:898118c3675e |
---|---|
698 printf("Big Endian implementation being used.\n"); | 698 printf("Big Endian implementation being used.\n"); |
699 #elif BYTE_ORDER == LITTLE_ENDIAN | 699 #elif BYTE_ORDER == LITTLE_ENDIAN |
700 printf("Little Endian implementation being used.\n"); | 700 printf("Little Endian implementation being used.\n"); |
701 #else | 701 #else |
702 # error "Byte order not supported by this library" | 702 # error "Byte order not supported by this library" |
703 #endif | |
704 #ifdef __GNUC__ | |
705 printf("GCC %d.%d : %s %s\n", __GNUC__, __GNUC_MINOR__, __DATE__, __TIME__); | |
706 #endif | 703 #endif |
707 DEBUG_RET(); | 704 DEBUG_RET(); |
708 } | 705 } |
709 | 706 |
710 | 707 |