Commit 6633be6a authored by Ken Thompson's avatar Ken Thompson

fix loader problem loading main from a library

SVN=121174
parent 3adcf6fa
......@@ -4,6 +4,13 @@
#include "gg.h"
int
main(int argc, char *argv[])
{
mainlex(argc, argv);
return 99;
}
/*
* machine size and rounding
* alignment is dictated around
......
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