Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
881164a6
Commit
881164a6
authored
May 27, 2005
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CastAttr in pwr_sAttrRef.Flags
parent
b78c81cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
src/exp/inc/src/pwr.h
src/exp/inc/src/pwr.h
+5
-2
No files found.
src/exp/inc/src/pwr.h
View file @
881164a6
...
...
@@ -401,13 +401,15 @@ typedef union {
pwr_tBit
ObjectAttr
:
1
;
pwr_tBit
Array
:
1
;
pwr_tBit
Shadowed
:
1
;
pwr_tBit
CastAttr
:
1
;
pwr_tBit
fill
:
2
7
;
pwr_tBit
fill
:
2
6
;
#elif (pwr_dHost_byteOrder == pwr_dBigEndian)
pwr_tBit
fill
:
2
7
;
pwr_tBit
fill
:
2
6
;
pwr_tBit
CastAttr
:
1
;
pwr_tBit
Shadowed
:
1
;
pwr_tBit
Array
:
1
;
pwr_tBit
ObjectAttr
:
1
;
...
...
@@ -422,6 +424,7 @@ typedef union {
#define pwr_mAttrRef_ObjectAttr pwr_Bit(2)
#define pwr_mAttrRef_Array pwr_Bit(3)
#define pwr_mAttrRef_Shadowed pwr_Bit(4)
#define pwr_mAttrRef_CastAttr pwr_Bit(5)
}
pwr_mAttrRef
;
...
...
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