Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Duncan White
C-datadec
Commits
98e3dade
Commit
98e3dade
authored
Apr 07, 1992
by
dcw
Browse files
added a few more predefined type equivalences to the lookup table
parent
1ce38d72
Changes
1
Hide whitespace changes
Inline
Side-by-side
m2decs.c
View file @
98e3dade
...
...
@@ -689,16 +689,21 @@ struct typelookup
static
struct
typelookup
lookup
[]
=
{
"int"
,
"INTEGER"
,
"WriteInteger"
,
"Int"
,
"INTEGER"
,
"WriteInteger"
,
"INT"
,
"INTEGER"
,
"WriteInteger"
,
"INTEGER"
,
"INTEGER"
,
"WriteInteger"
,
"string"
,
"string"
,
"WriteString"
,
"S
TRING
"
,
"
s
tring"
,
"WriteString"
,
"S
tring
"
,
"
S
tring"
,
"WriteString"
,
"real"
,
"REAL"
,
"WriteReal"
,
"
float
"
,
"REAL"
,
"WriteReal"
,
"
Real
"
,
"REAL"
,
"WriteReal"
,
"REAL"
,
"REAL"
,
"WriteReal"
,
"float"
,
"REAL"
,
"WriteReal"
,
"Float"
,
"REAL"
,
"WriteReal"
,
"char"
,
"CHAR"
,
"WriteChar"
,
"Char"
,
"CHAR"
,
"WriteChar"
,
"CHAR"
,
"CHAR"
,
"WriteChar"
,
"bool"
,
"BOOLEAN"
,
"WriteBool"
,
"Bool"
,
"BOOLEAN"
,
"WriteBool"
,
"BOOL"
,
"BOOLEAN"
,
"WriteBool"
,
"BOOLEAN"
,
"BOOLEAN"
,
"WriteBool"
,
};
...
...
Write
Preview
Supports
Markdown
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