Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
1afbc4f8
Commit
1afbc4f8
authored
17 years ago
by
Martin Stjernholm
Browse files
Options
Downloads
Patches
Plain Diff
Fixed a gcc warning.
Rev: src/las.h:1.78
parent
7a51709e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/las.h
+3
-1
3 additions, 1 deletion
src/las.h
with
3 additions
and
1 deletion
src/las.h
+
3
−
1
View file @
1afbc4f8
...
...
@@ -2,7 +2,7 @@
|| This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information.
|| $Id: las.h,v 1.7
7
2008/0
1/1
5 23:
39:26 grubba
Exp $
|| $Id: las.h,v 1.7
8
2008/0
2/0
5 23:
20:32 mast
Exp $
*/
#ifndef LAS_H
...
...
@@ -20,6 +20,8 @@ typedef void (*c_fun)(INT32);
/* Flags used by yytype_error() */
#define YYTE_IS_WARNING 1
struct
compiler_frame
;
/* Avoid gcc warning. */
void
yytype_error
(
const
char
*
msg
,
struct
pike_type
*
expected_t
,
struct
pike_type
*
got_t
,
unsigned
int
flags
);
void
low_yyerror
(
struct
pike_string
*
str
);
...
...
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