fix codetest failure - ASSERT_ARGS does not have a ; after and
[parrot.git] / config / gen / platform / ansi / io.h
blob2ab94b291cac5e12fd2e8b88d7ca417244420e68
1 /*
2 * $Id$
3 * Copyright (C) 2004-2007, Parrot Foundation.
4 */
6 /*
7 ** I/O:
8 */
10 #ifndef PARROT_PLATFORM_ANSI_IO_H_GUARD
11 #define PARROT_PLATFORM_ANSI_IO_H_GUARD
13 #define DEFAULT_OPEN_MODE 0
14 #ifndef S_ISREG
15 # define S_ISREG(m) 1
16 #endif
18 #endif /* PARROT_PLATFORM_ANSI_IO_H_GUARD */
21 * Local variables:
22 * c-file-style: "parrot"
23 * End:
24 * vim: expandtab shiftwidth=4: