From: Duilio J. P. <dp...@fc...> - 2004-07-07 15:42:31
|
I have done some portability related job on this module. Now, size_t type is deduced by configure script and is defined as visual_size_t on lvconfig.h file, and also the macro VISUAL_SIZE_T_FORMAT is defined to the correct string to use on the format string of visual_log for a visual_size_t type. This way we don't need to include sys/types.h and stdlib.h to get the correct type. Before to run make on the new sources, delete the file lvconfig.h, this way a new one with the correct definitions will be created. Bye, Duilio. |