Further enhance assembler support on Cygwin and DJGPP.

Make pod2mantest useable on DOS-based systems.
Part of PR 75, the rest is still under investigation.
This commit is contained in:
Richard Levitte
2002-07-18 12:38:07 +00:00
parent 13793a0ddf
commit 90baf2a92d
2 changed files with 7 additions and 0 deletions

View File

@@ -87,6 +87,12 @@ $tmp
#ifdef OUT
#define OK 1
#define ALIGN 4
#if defined(__CYGWIN__) || defined(__DJGPP__)
#undef SIZE
#undef TYPE
#define SIZE(a,b)
#define TYPE(a,b)
#endif /* __CYGWIN || __DJGPP */
#endif
#if defined(BSDI) && !defined(ELF)