~ubuntu-branches/ubuntu/saucy/luatex/saucy

« back to all changes in this revision

Viewing changes to source/texk/web2c/luatexdir/lua51/loadlib.c

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2009-12-25 09:47:05 UTC
  • mfrom: (1.1.9 upstream) (4.2.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091225094705-y33rpflo8t4u9nag
Tags: 0.50.0-1
* new upstream release
* disable fix-hurd-ftbfs patch, included upstream
* disable upstram-fixes, included upstream
* disable ubuntu_libpoppler-0.11, not needed anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
410
410
  return 1;  /* library loaded successfully */
411
411
}
412
412
 
 
413
int loader_C_luatex (lua_State *L, const char *name, const char *filename) {
 
414
  const char *funcname;
 
415
  funcname = mkfuncname(L, name);
 
416
  if (ll_loadfunc(L, filename, funcname) != 0)
 
417
    loaderror(L, filename);
 
418
  return 1;  /* library loaded successfully */
 
419
}
 
420
 
413
421
 
414
422
static int loader_Croot (lua_State *L) {
415
423
  const char *funcname;