some patches to compile on linux

git-svn-id: https://www.grenoble.prabi.fr/svn/LECASofts/ecoPrimers/trunk@205 60f365c0-8329-0410-b2a4-ec073aeeaa1d
This commit is contained in:
2009-04-23 22:22:27 +00:00
parent c36bc5e838
commit 796274d746
4 changed files with 9 additions and 8 deletions

View File

@ -39,8 +39,8 @@ ppattern_t buildPatternFromWord(word_t word, uint32_t patlen)
}
#ifdef IS_UPPER(c)
#undef IS_UPPER(c)
#ifdef IS_UPPER
#undef IS_UPPER
#endif
/* -------------------------------------------- */