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

« back to all changes in this revision

Viewing changes to src/lj_bc.c

  • Committer: Package Import Robot
  • Author(s): Enrico Tassi
  • Date: 2012-11-03 14:07:56 UTC
  • mfrom: (1.2.1) (15.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20121103140756-z0zcnyrwqlvuc2m5
Tags: 2.0.0+dfsg-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
** Bytecode instruction modes.
3
 
** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h
 
3
** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h
4
4
*/
5
5
 
6
6
#define lj_bc_c