Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
6fd04521
Commit
6fd04521
authored
17 years ago
by
Karl Steifvater
Browse files
Options
Downloads
Patches
Plain Diff
merge -r71488:71881
svn+ssh://svn.lindenlab.com/svn/linden/branches/flex-bison
--> release
parent
1e7917fa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
indra/lscript/lscript_compile/indra.l
+3
-13
3 additions, 13 deletions
indra/lscript/lscript_compile/indra.l
with
3 additions
and
13 deletions
indra/lscript/lscript_compile/indra.l
+
3
−
13
View file @
6fd04521
...
@@ -651,14 +651,6 @@ int yyerror(const char *fmt, ...)
...
@@ -651,14 +651,6 @@ int yyerror(const char *fmt, ...)
return 0;
return 0;
}
}
#define LL_MKS_YACC 1
#if LL_WINDOWS && LL_MKS_YACC
int yyinput(void)
{
return input();
}
#endif
//#define EMERGENCY_DEBUG_PRINTOUTS
//#define EMERGENCY_DEBUG_PRINTOUTS
//#define EMIT_CIL_ASSEMBLER
//#define EMIT_CIL_ASSEMBLER
...
@@ -685,11 +677,9 @@ BOOL lscript_compile(const char* src_filename, const char* dst_filename,
...
@@ -685,11 +677,9 @@ BOOL lscript_compile(const char* src_filename, const char* dst_filename,
yyout = LLFile::fopen(err_filename, "w");
yyout = LLFile::fopen(err_filename, "w");
// Reset the lexer's internal buffering.
// Reset the lexer's internal buffering.
#if LL_DARWIN || LL_LINUX || !LL_MKS_YACC
yyrestart(yyin);
yyrestart(yyin);
#else
yy_reset();
#endif
b_parse_ok = !yyparse();
b_parse_ok = !yyparse();
if (b_parse_ok)
if (b_parse_ok)
...
...
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