]> andersk Git - splint.git/commit
Fixed assert failure involving multiple redefines of library functions.
authordrl7x <drl7x>
Tue, 10 Dec 2002 21:57:29 +0000 (21:57 +0000)
committerdrl7x <drl7x>
Tue, 10 Dec 2002 21:57:29 +0000 (21:57 +0000)
commit39888ce39f34095d7d6886b7dc8f5115f249248e
treea73efbd87884bb920eb0fd5bc5c224dde75b3424
parent40fabe2650105c5ada4d352bdd15ebbb701c5693
Fixed assert failure involving multiple redefines of library functions.

i.e.

#define printf LIBPORT_UNDEF_printf
#undef  printf
#define printf red_printf

Bug was reported by Malcolm Parsons
\a
src/uentry.c
This page took 0.049736 seconds and 5 git commands to generate.