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
aea7d3ef
Commit
aea7d3ef
authored
Jan 07, 1993
by
dcw
Browse files
a sensible BEGIN section now!
parent
b4033d32
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/cdata.in
View file @
aea7d3ef
...
...
@@ -19,8 +19,6 @@ extern int length();
GLOBAL {
intlist var1, var2;
@@
int length( l ) intlist l;
...
...
@@ -37,13 +35,11 @@ int length( l ) intlist l;
} /* length */
}
BEGIN {
var1 = intlist_nil();
var2 = intlist_cons( 1, intlist_cons( 2, var1 ) );
printf( "initialization of cdata complete!\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