prefix primitive types with der_

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18441 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-14 05:26:36 +00:00
parent 9ed8bb8ea2
commit 40acdb8650
6 changed files with 40 additions and 37 deletions

View File

@@ -38,7 +38,7 @@ RCSID("$Id$");
static void
free_primitive (const char *typename, const char *name)
{
fprintf (codefile, "free_%s(%s);\n", typename, name);
fprintf (codefile, "der_free_%s(%s);\n", typename, name);
}
static void