try really hard to rename the symbols

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23532 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-08-16 22:57:49 +00:00
parent 501bbbbd3c
commit 5f0ff671a4

View File

@@ -46,6 +46,10 @@ RCSID("$Id$");
#include "roken.h"
#include <assert.h>
#if defined(TEST_SNPRINTF)
#include "snprintf-test.h"
#endif /* TEST_SNPRINTF */
enum format_flags {
minus_flag = 1,
plus_flag = 2,