load_ucdata is now a no-op

This commit is contained in:
Howard Chu 2004-05-31 05:44:04 +00:00
parent 180880eee2
commit 14ca92e851

View File

@ -2930,6 +2930,7 @@ fp_getline_init( int *lineno )
static int
load_ucdata( char *path )
{
#if 0
static int loaded = 0;
int err;
@ -2950,6 +2951,10 @@ load_ucdata( char *path )
}
loaded = 1;
return( 1 );
#else
/* ucdata is now hardcoded */
return( 0 );
#endif
}
void