Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lua
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hamidreza Anbaraki
lua
Commits
dbfe28e1
Commit
dbfe28e1
authored
28 years ago
by
Roberto Ierusalimschy
Browse files
Options
Downloads
Patches
Plain Diff
correction in inheritance code in C
parent
d59c5275
No related branches found
Branches containing commit
Tags
v2.5
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
manual.tex
+4
-2
4 additions, 2 deletions
manual.tex
with
4 additions
and
2 deletions
manual.tex
+
4
−
2
View file @
dbfe28e1
% $Id: manual.tex,v 1.2
3
1996/11/1
2
1
6:00:16
roberto Exp $
% $Id: manual.tex,v 1.2
4
1996/11/1
4
1
7:45:37
roberto Exp
roberto
$
\documentstyle
[fullpage,11pt,bnf]
{
article
}
...
...
@@ -35,7 +35,7 @@ Waldemar Celes
\tecgraf\
--- Departamento de Inform
\'
atica --- PUC-Rio
}
\date
{
\small
\verb
$
Date: 1996/11/1
2
1
6:00:16
$
}
\date
{
\small
\verb
$
Date: 1996/11/1
4
1
7:45:37
$
}
\maketitle
...
...
@@ -1987,6 +1987,8 @@ void callOldFallback (lua_Object table, lua_Object index)
lua
_
pushobject
(
table
)
;
lua
_
pushobject
(
index
)
;
lua
_
callfunction
(
oldIndex
)
;
if
(
lua
_
getresult
(
1
)
!=
LUA
_
NOOBJECT
)
lua
_
pushobject
(
lua
_
getresult
(
1
))
;
/*
return result
*/
}
void Index
(
void
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment