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

@@ -40,7 +40,7 @@ length_primitive (const char *typename,
const char *name,
const char *variable)
{
fprintf (codefile, "%s += length_%s(%s);\n", variable, typename, name);
fprintf (codefile, "%s += der_length_%s(%s);\n", variable, typename, name);
}
static size_t