Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bcc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
bcc
Commits
80a4e9ef
Commit
80a4e9ef
authored
May 11, 2016
by
Brenden Blanco
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #538 from iovisor/luajit_header_revert
Revert "Force lua main.c to include luajit headers"
parents
ba275e4c
8f82c93d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/lua/src/main.c
src/lua/src/main.c
+3
-3
No files found.
src/lua/src/main.c
View file @
80a4e9ef
...
...
@@ -29,9 +29,9 @@
#include <string.h>
#include <unistd.h>
#include
<luajit-2.0/lauxlib.h>
#include
<luajit-2.0/lua.h>
#include
<luajit-2.0/lualib.h>
#include
"lauxlib.h"
#include
"lua.h"
#include
"lualib.h"
static
lua_State
*
globalL
=
NULL
;
static
const
char
*
progname
=
NULL
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment