mirror of https://github.com/golang/go.git
parent
6633be6a86
commit
f1880579ef
|
|
@ -378,7 +378,7 @@ int yyparse(void);
|
||||||
/*
|
/*
|
||||||
* lex.c
|
* lex.c
|
||||||
*/
|
*/
|
||||||
int main(int, char*[]);
|
int mainlex(int, char*[]);
|
||||||
void importfile(Val*);
|
void importfile(Val*);
|
||||||
void cannedimports(void);
|
void cannedimports(void);
|
||||||
void unimportfile();
|
void unimportfile();
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ enum
|
||||||
};
|
};
|
||||||
|
|
||||||
int
|
int
|
||||||
main(int argc, char *argv[])
|
mainlex(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
int c;
|
int c;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue