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
C
C-datadec
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
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
Duncan White
C-datadec
Commits
001bc34e
Commit
001bc34e
authored
Dec 05, 1997
by
css1dw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
one more KANDR bit - the kind_of function! and one more blank line in print
parent
de185aee
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
decs.c
decs.c
+6
-1
No files found.
decs.c
View file @
001bc34e
...
...
@@ -627,8 +627,13 @@ static void deconskind_fn( d ) decln d;
exit
(
1
);
}
#ifdef KANDR
fprintf
(
outfile
,
"kind_of_%s %s_kind( this ) %s this;
\n
"
,
d
->
name
,
d
->
name
,
d
->
name
);
#else
fprintf
(
outfile
,
"kind_of_%s %s_kind( %s this )
\n
"
,
d
->
name
,
d
->
name
,
d
->
name
);
#endif
line
(
"{"
);
indent
();
...
...
@@ -830,7 +835,7 @@ static void print_fns( d ) declnlist d;
exit
(
1
);
}
outdent
();
line
(
"}
\n
"
);
line
(
"}
\n
\n
"
);
}
}
...
...
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