Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
0d22347f
Commit
0d22347f
authored
Feb 07, 2006
by
Robert Shearman
Committed by
Alexandre Julliard
Feb 07, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
widl: Make all pointer fields of expr_t structure constant.
parent
538ed06c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
widltypes.h
tools/widl/widltypes.h
+5
-5
No files found.
tools/widl/widltypes.h
View file @
0d22347f
...
...
@@ -165,14 +165,14 @@ struct _attr_t {
struct
_expr_t
{
enum
expr_type
type
;
expr_t
*
ref
;
const
expr_t
*
ref
;
union
{
long
lval
;
char
*
sval
;
expr_t
*
ext
;
typeref_t
*
tref
;
c
onst
c
har
*
sval
;
const
expr_t
*
ext
;
const
typeref_t
*
tref
;
}
u
;
expr_t
*
ext2
;
const
expr_t
*
ext2
;
int
is_const
;
long
cval
;
/* parser-internal */
...
...
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