~ubuntu-branches/ubuntu/trusty/luajit/trusty

« back to all changes in this revision

Viewing changes to src/lj_lib.h

  • Committer: Package Import Robot
  • Author(s): Enrico Tassi
  • Date: 2013-05-20 18:08:12 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20130520180812-h514ggtgxg3nqmxl
Tags: 2.0.1+hotfix1+dfsg-1
* New upsream release
* Packaging moved to git

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
** Library function support.
3
 
** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h
 
3
** Copyright (C) 2005-2013 Mike Pall. See Copyright Notice in luajit.h
4
4
*/
5
5
 
6
6
#ifndef _LJ_LIB_H