projects
/
bison.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
grammar: free the association tracking graph
[bison.git]
/
tests
/
skeletons.at
diff --git
a/tests/skeletons.at
b/tests/skeletons.at
index aaa308349bb79e0badc1d66935ad527c7d528781..68a004ec5109dc0f5e66e33956ed8c16d4064892 100644
(file)
--- a/
tests/skeletons.at
+++ b/
tests/skeletons.at
@@
-106,12
+106,7
@@
yylex (void)
{
return 'a';
}
-
-int
-main (void)
-{
- return yyparse ();
-}
+]AT_MAIN_DEFINE[
]])
AT_DATA_GRAMMAR([[input-cmd-line.y]],