[svn] Fix undef.

This commit is contained in:
hniksic 2005-07-04 07:48:19 -07:00
parent 8db8d930ef
commit adcb1f10ec
1 changed files with 1 additions and 1 deletions

View File

@ -2001,7 +2001,7 @@ base64_decode (const char *base64, char *to)
}
#undef IS_ASCII
#undef NEXT_BASE64_CHAR
#undef NEXT_CHAR
/* Simple merge sort for use by stable_sort. Implementation courtesy
Zeljko Vrba with additional debugging by Nenad Barbutov. */