Commit f1880579 authored by Ken Thompson's avatar Ken Thompson

loaded problem getting main from a library

SVN=121175
parent 6633be6a
......@@ -378,7 +378,7 @@ int yyparse(void);
/*
* lex.c
*/
int main(int, char*[]);
int mainlex(int, char*[]);
void importfile(Val*);
void cannedimports(void);
void unimportfile();
......
......@@ -14,7 +14,7 @@ enum
};
int
main(int argc, char *argv[])
mainlex(int argc, char *argv[])
{
int c;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment