Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
StdEnv-doc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Cloogle
StdEnv-doc
Commits
9c3b934f
Commit
9c3b934f
authored
Apr 20, 2020
by
John van Groningen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add REAL32 and INT32 descriptors to (32 bit) _system.abc
parent
e5956609
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Clean System Files/_system.abc
Clean System Files/_system.abc
+3
-3
No files found.
Clean System Files/_system.abc
View file @
9c3b934f
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
.export _channel_code
.export _channel_code
.export EMPTY INT BOOL CHAR REAL FILE _STRING_ _ARRAY_ ARRAY
.export EMPTY INT BOOL CHAR REAL
REAL32 INT32
FILE _STRING_ _ARRAY_ ARRAY
.export _reserve _cycle_in_spine _hnf
.export _reserve _cycle_in_spine _hnf
.export _type_error _match_error selector_m_error index_error
.export _type_error _match_error selector_m_error index_error
.export _print_graph _eval_to_nf
.export _print_graph _eval_to_nf
...
@@ -37,10 +37,10 @@
...
@@ -37,10 +37,10 @@
.desc GRAPH _hnf _hnf 0 0 ""
.desc GRAPH _hnf _hnf 0 0 ""
.desc _ARRAY_ _hnf _hnf 0 0 "_ARRAY_"
.desc _ARRAY_ _hnf _hnf 0 0 "_ARRAY_"
.desc _STRING_ _hnf _hnf 0 0 "_STRING_"
.desc _STRING_ _hnf _hnf 0 0 "_STRING_"
|.desc STRING _hnf _hnf 0 "STRING"
|.desc FILE _hnf _hnf 0 "FILE"
.desc REAL _hnf _hnf 0 0 "REAL"
.desc REAL _hnf _hnf 0 0 "REAL"
.desc INT _hnf _hnf 0 0 "INT"
.desc INT _hnf _hnf 0 0 "INT"
.desc REAL32 _hnf _hnf 0 0 "REAL32"
.desc INT32 _hnf _hnf 0 0 "INT32"
.desc BOOL _hnf _hnf 0 0 "BOOL"
.desc BOOL _hnf _hnf 0 0 "BOOL"
.desc CHAR _hnf _hnf 0 0 "CHAR"
.desc CHAR _hnf _hnf 0 0 "CHAR"
...
...
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