"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "navit/support/gettext_intl/dcigettext.c" between
navit-0.5.5.tar.gz and navit-0.5.6.tar.gz

About: NavIt is a car navigation system with GPS tracking and a routing engine.

dcigettext.c  (navit-0.5.5):dcigettext.c  (navit-0.5.6)
skipping to change at line 158 skipping to change at line 158
# define stpcpy __stpcpy # define stpcpy __stpcpy
# endif # endif
# define tfind __tfind # define tfind __tfind
#else #else
# if !defined HAVE_GETCWD # if !defined HAVE_GETCWD
char *getwd (); char *getwd ();
# define getcwd(buf, max) getwd (buf) # define getcwd(buf, max) getwd (buf)
# else # else
# if VMS # if VMS
# define getcwd(buf, max) (getcwd) (buf, max, 0) # define getcwd(buf, max) (getcwd) (buf, max, 0)
# else # elif !(defined(__clang__) && defined(__BIONIC_FORTIFY))
char *getcwd (); char *getcwd ();
# endif # endif
# endif # endif
# ifndef HAVE_STPCPY # ifndef HAVE_STPCPY
static char *stpcpy (char *dest, const char *src); static char *stpcpy (char *dest, const char *src);
# endif # endif
# if !defined(HAVE_MEMPCPY) # if !defined(HAVE_MEMPCPY)
static void *mempcpy (void *dest, const void *src, size_t n); static void *mempcpy (void *dest, const void *src, size_t n);
# endif # endif
#endif #endif
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)