1
0
mirror of https://github.com/golang/go synced 2024-11-11 21:50:21 -07:00

loaded problem getting main from a library

SVN=121175
This commit is contained in:
Ken Thompson 2008-06-04 15:33:59 -07:00
parent 6633be6a86
commit f1880579ef
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -14,7 +14,7 @@ enum
};
int
main(int argc, char *argv[])
mainlex(int argc, char *argv[])
{
int c;