- Timestamp:
- 02/07/12 15:37:11 (13 years ago)
- Branches:
- master
- Children:
- c21bdd6
- Parents:
- 7bed30f
- git-author:
- Maciej Prill <mprill@…> (02/07/12 15:37:11)
- git-committer:
- Maciej Prill <mprill@…> (02/07/12 15:37:11)
- Location:
- src/tok.l
- Files:
-
- 2 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
src/tok.l/tok.l
r12743b9 r5f4d9c3 56 56 %% 57 57 58 int main(int argc, char** argv)58 /*int main(int argc, char** argv) 59 59 { 60 60 if (cmdline_parser(argc, argv, &args) != 0) return 1; … … 63 63 yylex(); 64 64 return 0; 65 } 65 }*/ 66 66 67 67 int yywrap()
Note: See TracChangeset
for help on using the changeset viewer.