Changeset 5f4d9c3


Ignore:
Timestamp:
02/07/12 15:37:11 (12 years ago)
Author:
Maciej Prill <mprill@…>
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)
Message:

Rewritten the build system, added lem UTF-8 version.

Files:
173 added
1 moved

Legend:

Unmodified
Added
Removed
  • src/tok.l/tok.l

    r12743b9 r5f4d9c3  
    5656%% 
    5757 
    58 int main(int argc, char** argv) 
     58/*int main(int argc, char** argv) 
    5959{ 
    6060  if (cmdline_parser(argc, argv, &args) != 0) return 1; 
     
    6363  yylex(); 
    6464  return 0; 
    65 } 
     65}*/ 
    6666 
    6767int yywrap() 
Note: See TracChangeset for help on using the changeset viewer.