Some changes to make gpsymreg compile correctly on windows/cygwin systems

This commit is contained in:
jeggermo 2001-10-18 08:52:40 +00:00
commit 7764554056

View file

@ -45,6 +45,8 @@ typedef eoPop<EoType> Pop;
int main(int argc, char *argv[])
{
// SC debug
#ifdef NEVERDEF // patch to make run the installation of EO
// the vector containing the possible nodes
vector<Node> initSequence;
@ -159,8 +161,10 @@ int main(int argc, char *argv[])
exit(EXIT_FAILURE);
}
#endif // NEVERDEF
return 1;
};